[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.DashPen

DashPen Class

Reprents the custom pen that has the styles defined by user.

Inheritance
DashPen
Implements
Namespace: C1.Framework.Drawing.Gdi
Assembly: C1.Win.Input.8.dll
Syntax
public sealed class DashPen : Pen, IDisposable, ICloneable

Constructors

Name Description
DashPen(DashStyle, Color)

Initializes a new instance of the DashPen class.

DashPen(DashStyle, Color, int)

Initializes a new instance of the DashPen class.

DashPen(DashStyle, Color, int, DashCap, LineJoin)

Initializes a new instance of the DashPen class.

Properties

Name Description
Cap

Gets or sets the end caps style of the pen.

Color

Gets or sets the color of the pen.

DashStyle

Gets or sets the style of the pen.

Join

Gets or sets the join style of the pen.

Width

Gets or sets the width of the pen.

Methods

Name Description
Clone()

Create a pen that has the same style as this pen.