SFML.Net
ImageCopy Method |

Name | Description | |
---|---|---|
![]() |
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
|
![]() |
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
|
![]() |
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
|
