Click or drag to resize

BitmapExtensions Methods

The BitmapExtensions type exposes the following members.

Methods
  Name Description
Public Extension Method Code example ConvertTo(Image, ImageFormat) Converts a Bitmap image to the specified ImageFormat.
Public Extension Method Code example ConvertTo(Image, ImageFormat, Boolean) Converts a Bitmap image to the specified ImageFormat.
Public Extension Method Code example Crop(Image, Rectangle) Returns a cropped Bitmap image of the original.
Public Extension Method Code example Crop(Image, Rectangle, Boolean) Returns a cropped Bitmap image of the original.
Public method Static member FromPixelData Converts from an array of pixel data to a Bitmap image.
Public Extension Method Code example Resize(Image, Size) Returns a resized Bitmap image of the original.
Public Extension Method Code example Resize(Image, Size, Boolean) Returns a resized Bitmap image of the original.
Public Extension Method ToPixelData Converts from a bitmap image to an array of pixel data.
Top
See Also