Pen Class |
Namespace: WebSupergoo.WordGlue4.Rendering
The Pen type exposes the following members.
| Name | Description | |
|---|---|---|
| Pen |
Initializes a new instance of the Pen class
with zero width and a transparent color.
|
|
| Pen(Color) |
Initializes a new instance of the Pen class
with the specified color.
|
|
| Pen(Color, Double) |
Initializes a new instance of the Pen class
with the specified Color and Width properties.
|
| Name | Description | |
|---|---|---|
| Color |
Gets or sets the color of this Pen.
|
|
| DashCap |
Gets or sets the cap style for dashes on a
dashed line.
|
|
| Dashed |
True if this pen has a dash pattern. If true
then the DashPattern has a length greater than zero and a valid set
of dash and space values.
|
|
| DashOffset |
Gets or sets the distance from the start of a
line to the beginning of a dash pattern.
|
|
| DashPattern |
Gets or sets an array of custom dashes and
spaces.
|
|
| LineEnd |
Gets or sets the cap style used for lines
drawn with this Pen.
|
|
| LineJoin |
Gets or sets the join style for the ends of
two consecutive lines drawn with this Pen.
|
|
| LineStart |
Gets or sets the cap style used for lines
drawn with this Pen.
|
|
| MiterLimit |
Gets or sets the limit of the thickness of the
join on a mitered corner. The default value is 10.0f.
|
|
| Width |
Gets or sets the width of this Pen.
|
| Name | Description | |
|---|---|---|
| Equals |
Test whether the two objects are the
same.
(Overrides ObjectEquals(Object).) |
|
| GetHashCode |
A hash code for the object.
(Overrides ObjectGetHashCode.) |