Pen Class |
Namespace: Easymap.AddIn.Common.Graphics
The Pen type exposes the following members.
| Name | Description | |
|---|---|---|
| Alignment |
Gets or sets the alignment for this Pen.
| |
| ARGBColor |
Gets or sets the ARGB color of this Pen.
| |
| Color |
Gets or sets the Color of this Pen.
| |
| CompoundArray |
Gets or sets an array of values that specifies a compound pen.
| |
| CustomEndCap |
Gets or sets a custom cap to use at the end of lines drawn with this Pen.
| |
| CustomStartCap |
Gets or sets a custom cap to use at the beginning of lines drawn with this Pen.
| |
| DashCap |
Gets or sets the cap style used at the end of the dashes that make up dashed lines drawn with this Pen.
| |
| 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.
| |
| DashStyle |
Gets or sets the style used for dashed lines drawn with this Pen.
| |
| EndCap |
Gets or sets the cap style used at the end of lines drawn with this Pen.
| |
| HTMLColor |
Gets or sets the html color of this Pen.
| |
| LineJoin |
Gets or sets the join style for the ends of two consecutive lines drawn with this Pen.
| |
| MiterLimit |
Gets or sets the limit of the thickness of the join on a mitered corner.
| |
| PenType |
Gets the style of lines drawn with this Pen.
| |
| StartCap |
Gets or sets the cap style used at the beginning of lines drawn with this Pen.
| |
| Transform |
Gets or sets a copy of the geometric transformation for this Pen.
| |
| Width |
Gets or sets the width of this Pen, in units of the Graphics object used for drawing.
|