[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.ImageEx

ImageEx Class

Classes derived from this abstract base class define objects used to hold images.

Inheritance
ImageEx
Implements
Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public abstract class ImageEx : ICloneable, IDisposable

Constructors

Name Description
ImageEx()

Properties

Name Description
Size

Gets image size in twips.

Methods

Name Description
Clone()

When overridden in a derived class, creates an exact copy of this ImageEx object.

Dispose()

Releases all resources used by this ImageEx object.

Extension Methods