|
oevislib_net
0.14.3.0
|
Defines the style of objects to be drawn on an image. More...
Public Member Functions | |
| DrawingStyle () | |
| Constructs a new DrawingStyle object with default values. | |
| DrawingStyle (int inThickness, bool inFilled) | |
| Creates a new DrawingStyle object. | |
| override object | Clone () |
Properties | |
| int | Thickness = 3 [get, set] |
| bool | Filled = false [get, set] |
Defines the style of objects to be drawn on an image.
|
inline |
Constructs a new DrawingStyle object with default values.
|
inline |
Creates a new DrawingStyle object.
| inThickness | Line thickness. Range: [1, +inf). |
| inFilled | Whether to fill the object or not. |