ActiveReports 8
GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace
See Also  Inheritance Hierarchy
GrapeCity.ActiveReports.Extensibility.v8 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
EnumerationDashCap Specifies the type of graphic shape to use on both ends of each dash in a dashed line.
EnumerationFillModeEx Specifies how the interior of a closed path is filled.
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.
EnumerationLineJoin Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a GraphicsPath object.
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