SFML.Graphics.Image.sfImage_copyImage C# (CSharp) Method

sfImage_copyImage() private method

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
return void
        static extern void sfImage_copyImage(IntPtr CPointer, IntPtr Source, uint DestX, uint DestY, IntRect SourceRect, bool applyAlpha);