Image Methods

SFML.Net

Image Methods

The Image type exposes the following members.

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