[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas.MetaPen

MetaCanvas.MetaPen Class

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

Constructors

Name Description
MetaPen(Color, float)

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.

Equals(object)
GetHashCode()

Extension Methods