InkBrush
InkBrush class
Represents an inkBrush object.
getColor
Name | Description |
---|---|
getColor () | Gets or sets the brush color for a line. |
Returns: Color
getSize
Name | Description |
---|---|
getSize () | Gets or sets the brush size for a line in points. |
Returns: Dimension2D
setColor
Name | Description |
---|---|
setColor (Color) | Gets or sets the brush color for a line. |
Returns: void
setSize
Name | Description |
---|---|
setSize (Dimension2D) | Gets or sets the brush size for a line in points. |
Returns: void