ImageWrapper
ImageWrapper class
System.Drawing.Image wrapper for COM interface.
public class ImageWrapper : IImageWrapper
Properties
Name | Description |
---|
ImageSource { get; } | Gets Image. Read-only IImage . |
Size { get; } | Gets the width and height, in pixels, of the Image. Read-only Size . |
Methods
Name | Description |
---|
Dispose() | Dispose ImageWrapper |
Save(string) | Saves Image to the specified file |
Save(Stream, PPImageFormat) | Saves the Image to the specified stream in the specified format. |
Save(string, PPImageFormat) | Saves the Image to the specified file in the specified format. |
See Also