[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.SolidPen

SolidPen Class

Represents the pen which always draw with solid line.

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

Inherited from Pen. An SolidPen would always draw with Solid line

Constructors

Name Description
SolidPen()

Initializes a new instance of the Pen class.

SolidPen(Color)

Initializes a new instance of the Pen class.

SolidPen(Color, int)

Initializes a new instance of the Pen class.

SolidPen(Color, int, DashCap, LineJoin)

Initializes a new instance of the SolidPen class.

Properties

Name Description
Cap

Gets or sets the end caps style of the pen.

Color

Gets or sets the color 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.