Click or drag to resize
Drawing Methods

The Drawing type exposes the following members.

Methods
  NameDescription
Public methodStatic memberConvertToBlackAndWhite
Public methodStatic memberGetEncoder
Get the Codec information of a image format
Public methodStatic memberGetEncoderInfo
Get the codec information of a mime type
Public methodStatic memberGetImageFromFile
Return an Image object from a filename
Public methodStatic memberGetImageFromStream
Return an Image object from a Stream object
Public methodStatic memberGetImageFromURL
Return an Image object from a URL on the web
Public methodStatic memberImageOrientation
Get the current orientation of an image
Public methodStatic memberImageToStream
Convert Image object into Stream object
Public methodStatic memberInvert
Invert color of an image
Public methodStatic memberIsImage
Return if a content type is an image
Public methodStatic memberManageByColorMatrix
Add a color matrix to an image
Public methodStatic memberOrientationImage
Rotate an Image object by defined orientation
Public methodStatic memberResizeImage
Resize and image with preservation of the dimensions
Public methodStatic memberResizeSquaredImage
Resize and image with preservation of the squared dimensions
Public methodStatic memberRotateImage
Rotate an Image object by degree, with scaling
Public methodStatic memberSquaredImage
Resize and image with preservation of the squared dimensions (auto-detected)
Top
See Also