Pen Members

The Pen type exposes the following members.

Constructors

Name Description
Public method Pen Overloaded.

Constructs new Pen class instance.

Methods

Name Description
Public method Dispose

Releases all resources used by this Pen.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToGdiPlusPen

Gets the System.Drawing.Pen containing a copy of this Pen.

Public method ToString (Inherited from Object.)

Operators

Name Description
Public operator Static member Explicit

Converts the specified Aurigma.GraphicsMill.Drawing.Pen instance to a System.Drawing.Pen.

Public operator Static member Implicit

Converts the specified System.Drawing.Pen instance to a Aurigma.GraphicsMill.Drawing.Pen.

Properties

Name Description
Public property Alignment

Gets or sets the alignment for this Pen.

Public property Color

Gets or sets the color of this Pen.

Public property DashStyle

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

Public property EndCap

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

Public property LineJoin

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

Public property MiterLimit

Gets or sets the limit of the thickness of the join on a mitered corner.

Public property StartCap

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

Public property Width

Gets or sets the width of this Pen.

See Also

Reference