Ballz.GameSession.Renderer.GuiRenderer.ToBitmap C# (CSharp) Method

ToBitmap() public method

public ToBitmap ( ) : Bitmap
return System.Drawing.Bitmap
        public Bitmap ToBitmap()
        {
            lock(this)
            {
                return LatestBitmap;
            }
        }