Image.Copy Method

SFML.Net

ImageCopy Method
Overload List
  Name Description
Public method Copy(Image, UInt32, UInt32)
Copy pixels from another image onto this one. This function does a slow pixel copy and should only be used at initialization time
Public method Copy(Image, UInt32, UInt32, IntRect)
Copy pixels from another image onto this one. This function does a slow pixel copy and should only be used at initialization time
Public method Copy(Image, UInt32, UInt32, IntRect, Boolean)
Copy pixels from another image onto this one. This function does a slow pixel copy and should only be used at initialization time
Top
See Also