Pen |
The PenX type exposes the following members.
| Name | Description | |
|---|---|---|
| Alignment | Gets the pen alignment. | |
| Brush | Gets the brush used by the pen. | |
| Color | Gets the foreground color of the pen brush. | |
| CompoundArray | Gets the compound array used by the pen. | |
| DashCap | Gets the dash cap style. | |
| DashPattern | Gets the dash pattern. | |
| EndCap | Gets the end cap. | |
| IsInvisible | Determines if this pen is invisible. It is invisible if it has an invisible brush or the color is transparent. | |
| IsVisible | Determines if this pen is visible. It is visible if it has a visible brush. | |
| LineJoin | Gets the line-join style. | |
| MiterLimit | Gets the miter limit. | |
| StartCap | Gets the start cap. | |
| Transformation | Gets the optional transformation matrix. | |
| Width | Gets the pen width. |