ActiveReports Developer 7
GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Extensibility.v7 Assembly : GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace

Glossary Item Box

The GrapeCity.ActiveReports.Extensibility.Rendering.Drawing namespace includes functions that are required when rendering reports.

Classes

 ClassDescription
ClassBrushEx Classes derived from this abstract base class define objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
ClassFontEx Defines a particular format for text, including font face, size, and style attributes. This class is abstract.
ClassImageEx Classes derived from this abstract base class define objects used to hold images.
ClassPenEx Defines an object used to draw lines and curves. This class is abstract.

Interfaces

 InterfaceDescription
InterfaceIDrawingCanvas Defines a set of properties and methods used to render a canvas.
InterfaceIFontInfo Specifies the information about the font.
InterfaceIGlyphRun Defines a run of glyphs
InterfaceIPathEx Represents an abstract series of connected lines and curves.

Enumerations

 EnumerationDescription
EnumerationFontDecoration Represents the font decoration.
EnumerationFontStyle Represents the font style.
EnumerationFontWeight Specifies font thickness.
EnumerationLineCap Specifies the available cap styles with which a PenEx object can end a line.
EnumerationPenAlignment
Gets or sets the alignment for PenEx object.
EnumerationPenStyleEx Specifies the style of dashed lines drawn with a System.Drawing.Pen object.
EnumerationTextJustify Represents the text justification.
EnumerationWrapMode Represents the text wrap mode.

See Also