Compares this pen object to the specified one. Syntax Parameters pen A reference to the pen object. Return Value A boolean value indicating whether the objects are equal.
Compares this pen object to the specified one. Overload List
Gets or sets the line join style. Syntax
Gets or sets the line miter limit. Syntax Remarks The miter limit determins at what angle lines are cut-off when joining two together. This essentially determines how pointy the line joins are before they are cut-off. Setting a higher value will allow a larger range of pointiness.
Gets or sets the DashStyle of the pen. Syntax
Gets or sets the width of the pen. Syntax Remarks Similar to how the System.Drawing.Pen is setup, the width of a Pen is measured in generic units, which are then used with the unit type that is set on the underlying graphics object. By default, this unit of measurement is points.
Initializes a new instance of the Pen class. Syntax Parameters color Pen color.
Initializes a new instance of the Pen class. Syntax Parameters color Pen color.style Dash style.
Initializes a new instance of the Pen class. Syntax Parameters color Pen color.width Pen width.
Initializes a new instance of the Pen class. Syntax Parameters color Pen color.width Pen width.style Dash style.