SFML.Net
Image Methods |
The Image type exposes the following members.

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
|
![]() |
CreateMaskFromColor(Color) |
Create a transparency mask from a specified colorkey
|
![]() |
CreateMaskFromColor(Color, Byte) |
Create a transparency mask from a specified colorkey
|
![]() |
Destroy |
Handle the destruction of the object
(Overrides ObjectBaseDestroy(Boolean).) |
![]() |
Dispose |
Explicitely dispose the object
(Inherited from ObjectBase.) |
![]() |
Equals |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) |
![]() |
Finalize |
Dispose the object
(Inherited from ObjectBase.) |
![]() |
FlipHorizontally |
Flip the image horizontally
|
![]() |
FlipVertically |
Flip the image vertically
|
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
GetPixel |
Get a pixel from the image
|
![]() |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() |
SaveToFile |
Save the contents of the image to a file
|
![]() |
SetPixel |
Change the color of a pixel
|
![]() |
ToString |
Provide a string describing the object
(Overrides ObjectToString.) |
