Skybound.Gecko.ImageCreator.GetBitmap C# (CSharp) 메소드

GetBitmap() 공개 메소드

public GetBitmap ( uint width, uint height ) : Bitmap
width uint
height uint
리턴 System.Drawing.Bitmap
        public Bitmap GetBitmap(uint width, uint height)
        {
            return GetBitmap(0, 0, width, height);
        }

Same methods

ImageCreator::GetBitmap ( uint xOffset, uint yOffset, uint width, uint height ) : Bitmap