[]
Initializes a new instance of PenEx with the specified color and width
PenEx CreatePen(Color color, float width)
Type | Name | Description |
---|---|---|
Color | color | |
float | width |
Type | Description |
---|---|
PenEx |
Initializes a new instance of PenEx with the specified color and default width
PenEx CreatePen(Color color)
Type | Name | Description |
---|---|---|
Color | color |
Type | Description |
---|---|
PenEx |