TGdipUIImage Class
Encapsulation of a System.Drawing.Image.
Syntax
Namespace: FlexCel.Draw
public class TGdipUIImage: TUIImage
Constructors
| Name | Description |
|---|---|
| TGdipUIImage | Overloaded TGdipUIImage(Stream) TGdipUIImage(Image, Boolean) |
Methods
| Name | Description |
|---|---|
| AdjustImage | Adjust brightness and contrast of an image. |
| Clone | Returns a deep copy of the image. |
| ColorImage | Colors an image. |
| ConvertTo256Colors | Converts the image to 256 indexed colors. |
| ConvertToBiLevel | Converts the image to blackandwhite, but just setting the colors to white/black, not by ussing diffussion like floyd steinberg. |
| ConvertToBWDither | Converts the image to Black and White, using Floyd steinberg dithering. Original image must be a bitmap. |
| ConvertToGrayscale | Converts the image to shades of gray. |
| Dispose | Override this method to dispose your own objects in your descending classes. |
| MakeImageGray | Converts an image to grayscale. |
| MakeTransparent | Makes an image transparent. |
| RasterizeWMF | Converts a vectorial metafile int a bitmap. |
| RasterMetafile | Converts a vectorial metafile to a bitmap. |
| Save | Saves the image to a stream, in the specified format. |
| SaveStart | Starts saving a multi page image. |
Properties
| Name | Description |
|---|---|
| Handle | Returns the image encapsulated by this object. |
| Height | Height of the image in device-dependent pixels. |
| HeightInPoints | Height of the image in Points (1/72 of an inch) |
| Is8bitGrayscale | Returns true if the image has 256 shades of gray. |
| IsMetafile | Returns true if the file is a WMF or EMF file. |
| RawFormat | Format of the image. |
| Width | Width of the image in device-dependent pixels. |
| WidthInPoints | Width of the image in Points (1/72 of an inch) |