[]
Initializes a new instance of the PatternPen class.
public PatternPen(int[] pattern, Color color)
Type | Name | Description |
---|---|---|
int[] | pattern | A int array indicate the pattern of current pen |
Color | color | A Color indicates the color of the pen. |
Initializes a new instance of the PatternPen class.
public PatternPen(int[] pattern, Color color, int width)
Type | Name | Description |
---|---|---|
int[] | pattern | A int array indicates the pattern of the pen. |
Color | color | A Color indicates the color of the pen. |
int | width | An int indicates the width of the pen. |
Initializes a new instance of the PatternPen class.
public PatternPen(int[] pattern, Color color, int width, DashCap cap, LineJoin join)
Type | Name | Description |
---|---|---|
int[] | pattern | A int array indicates the pattern of the pen. |
Color | color | A Color indicates the color of the pen. |
int | width | An int indicates the width of the pen. |
DashCap | cap | A DashCap indicates the cap style of the pen. |
LineJoin | join | A LineJoin indicates the join style of the pen. |