Image (Class)

Defines the structure for an image object.

Namespace: elsystem.drawing

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