Image (Class)
Defines the structure for an image object.
Namespace: elsystem.drawing
Properties
| Name | Type | Description | |
|
|
Height | int | Gets the height of the image in pixels. |
|
|
HorizontalResolution | float | Gets the horizontal resolution, in pixels per inch, of this Image. |
|
|
VerticalResolution | float | Gets the vertical resolution, in pixels per inch, of this Image. |
|
|
Width | int | Gets the width of the image in pixels |
Methods
| Name | Description | |
|
|
FromBase64String(Base64String) | Loads an image from the Base64String representation of the image. |
|
|
FromFile(FileName) | Loads an image from the specified filename. |
|
|
FromResources(ResourceName) | Loads an image from the image resources ResourceName.. |
|
|
RotateFlip(rotateFlipType) | Rotates and/or flips an image. See RotateFlipType for a list of possible values. |
|
|
Save(FileName) | Saves an image to a specified filename. |