Image Methods

The Image type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compare to the provided image
Public methodCopy
Copy the image to the Clipboard.
Public methodDispose
Empty the image ans release all the ressources.
Public methodEquals
Return true if images are the same.
(Overrides ObjectEquals(Object).)
Public methodGetBitmap
Returns the underlying Bitmap
Public methodGetHashCode
Returns the hash code
(Overrides ObjectGetHashCode.)
Public methodLoad
Load an image file
Public methodResize
Resizes the current image
Public methodSaveAs
Save the image to a file. Supported format: png, bmp, gif and jpg.
Public methodToExcel
Insert the image in an Excel sheet.
Public methodToString
Returns object description
(Overrides ObjectToString.)
Top
See Also