Skybound.Gecko.ImageCreator.GetBitmap C# (CSharp) Méthode

GetBitmap() public méthode

public GetBitmap ( uint width, uint height ) : Bitmap
width uint
height uint
Résultat 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