|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
XImage
|
|
XImage default constructor. |
|
|
|
|
|
|
|
Diff
|
|
Compares an image with another, pixel by pixel. |
|
|
|
|
|
|
|
Dispose
|
|
Dispose of the XImage object. |
|
|
|
|
|
|
|
S» FromBitmap
|
|
Create an image from a System.Drawing bitmap. |
|
|
|
|
|
|
|
S» FromData
|
|
Create an image from binary data. |
|
|
|
|
|
|
|
S» FromFile
|
|
Create an image from file. |
|
|
|
|
|
|
|
S» FromStream
|
|
Create an image from stream. |
|
|
|
|
|
|
|
S» FromTextData
|
|
Create an image from binary text data. |
|
|
|
|
|
|
|
S» FromTextFile
|
|
Create an image from a text file. |
|
|
|
|
|
|
|
S» FromTextStream
|
|
Create an image from a text stream. |
|
|
|
|
|
|
|
S» FromUrl
|
|
Create an image from a URL. |
|
|
|
|
|
|
|
GetColor
|
|
Returns the color at a particular point on the image. |
|
|
|
|
|
|
|
GetPDFBox
|
|
Return a PDF page box. |
|
|
|
|
|
|
|
Invert
|
|
Inverts the image colors. |
|
|
|
|
|
|
|
Load
|
|
Load an image. |
|
|
|
|
|
|
|
Rasterize
|
|
Convert the image to raster. |
|
|
|
|
|
|
|
ReduceColors
|
|
Reduces the number of colors in an image. |
|
|
|
|
|
|
|
ReleaseCachedMemory
|
|
Reduce memory usage by releasing cached image data. |
|
|
|
|
|
|
|
Select
|
|
Create an alpha channel from the image. |
|
|
|
|
|
|
|
SetChannel
|
|
Sets the color channel using another image as an intensity
map. |
|
|
|
|
|
|
|
ToRaster
|
|
Return a raster copy of this image. |
|
|
|
|
|
|
|
TransformColors
|
|
Applies matrix multiplication to the color channels of an
image. |
|
|
|
|
|
|
|
S» ValidLoadModules
|
|
Return a list of valid image modules. |
|
|
|
|
|
|