ImageExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for the IImage interface.
public ref class ImageExtensions abstract sealed
public static class ImageExtensions
type ImageExtensions = class
Public Module ImageExtensions
- Inheritance
-
ImageExtensions
Methods
AsBase64(IImage, ImageFormat, Single) | |
AsBytes(IImage, ImageFormat, Single) |
Converts an image to a byte array in the specified format. |
AsBytesAsync(IImage, ImageFormat, Single) | |
AsPaint(IImage) | |
AsStream(IImage, ImageFormat, Single) |
Converts an image to a stream in the specified format. |
SetFillImage(ICanvas, IImage) |