SFML.Graphics.Image.sfImage_copyImage C# (CSharp) Méthode

sfImage_copyImage() private méthode

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