[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Drawing.Image

Image Class

GDI-like image descriptor.

Inheritance
Image
Implements
Namespace: GrapeCity.ActiveReports.Chart.Drawing
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public sealed class Image : IDisposable, ICloneable

Properties

Name Description
Data
Height

Gets the height of this Image.

HorizontalResolution

Gets the horizontal resolution, in pixels-per-inch, of this Image.

RawFormat

Gets the format of this Image.

Size

Gets the width and height of this Image.

VerticalResolution

Gets the vertical resolution, in pixels-per-inch, of this Image.

Width

Gets the width of this Image.

Methods

Name Description
Clone()
Dispose()
FromStream(Stream)

Creates an Image from the specified data stream.

Save(Stream, ImageFormat)

Saves this Image to the specified stream in the specified format.