[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.PenEx

PenEx Class

Defines an object used to draw lines and curves. This class is abstract.

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

Constructors

Name Description
PenEx()

Properties

Name Description
Alignment

Gets or sets the alignment for this PenEx object.

Color

Gets or sets the color of this PenEx object.

DashCap

Gets or sets the cap style used at the beginning and the end of the dashes that make up dashed lines drawn with this PenEx object.

DashPattern

Gets or sets an array of custom dashes and spaces used for dashed lines drawn with this PenEx object.

DashStyle

Gets or sets the style used for dashed lines drawn with this PenEx object.

EndCap

Gets or sets the cap style used at the end of lines drawn with this PenEx object.

LineJoin

Gets or sets the join style for the ends of two consecutive lines drawn with this Pen.

StartCap

Gets or sets the cap style used at the beginning of lines drawn with this PenEx object.

Width

Gets or sets the width of this PenEx object.

Methods

Name Description
Clone()

Creates an exact copy of this PenEx object.

Dispose()

Releases resources.

Extension Methods