Image Methods |
The Image type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompareTo |
Compare to the provided image
|
![]() | Copy |
Copy the image to the Clipboard.
|
![]() | Dispose |
Empty the image ans release all the ressources.
|
![]() | Equals |
Return true if images are the same.
(Overrides ObjectEquals(Object).) |
![]() | GetBitmap |
Returns the underlying Bitmap
|
![]() | GetHashCode |
Returns the hash code
(Overrides ObjectGetHashCode.) |
![]() | Load |
Load an image file
|
![]() | Resize |
Resizes the current image
|
![]() | SaveAs |
Save the image to a file. Supported format: png, bmp, gif and jpg.
|
![]() | ToExcel |
Insert the image in an Excel sheet.
|
![]() | ToString |
Returns object description
(Overrides ObjectToString.) |