SFML.Graphics.Image.sfImage_copyImage C# (CSharp) 메소드

sfImage_copyImage() 개인적인 메소드

private sfImage_copyImage ( IntPtr CPointer, IntPtr Source, uint DestX, uint DestY, IntRect SourceRect, bool applyAlpha ) : void
CPointer System.IntPtr
Source System.IntPtr
DestX uint
DestY uint
SourceRect IntRect
applyAlpha bool
리턴 void
        static extern void sfImage_copyImage(IntPtr CPointer, IntPtr Source, uint DestX, uint DestY, IntRect SourceRect, bool applyAlpha);