AGS.Editor.NativeProxy.GetBitmapForSprite C# (CSharp) 메소드

GetBitmapForSprite() 공개 메소드

public GetBitmapForSprite ( int spriteSlot ) : Bitmap
spriteSlot int
리턴 System.Drawing.Bitmap
        public Bitmap GetBitmapForSprite(int spriteSlot)
        {
            lock (_spriteSetLock)
            {
                return _native.GetBitmapForSpritePreserveColDepth(spriteSlot);
            }
        }

Same methods

NativeProxy::GetBitmapForSprite ( int spriteSlot, int width, int height ) : Bitmap