RenderImage Methods |
The RenderImage type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Clones the image.
| |
| Convert |
Converts the image to the specified format, dynamic and orientation.
| |
| ConvertFromWorkingSpaceToSrgb | ||
| ConvertToImageRaw |
Converts the image to a raw image.
| |
| Create(Byte) |
Creates an image from a byte array.
| |
| Create(String) |
Creates an image from a file.
| |
| Create(RenderImageRaw) |
Creates an image form a RenderImageRaw.
| |
| Create(RenderResolution, Single, RenderImageFormat, RenderImageDynamic, RenderImageOrientation) |
Creates the an empty image using the specified parameters.
| |
| Destroy |
Destroys the image.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SaveToFile |
Saves the image to file with compression. The compression value will depends on the file extension. Typically between 0 and 100 for a JPEG and 0 and 9 for a PNG. | |
| SaveToMemory |
Saves the image to a byte array according to the format and a compression level if compression if supported by the format.
| |
| ToString |
Format the RenderImage to a String.
(Overrides ObjectToString.) |