DrawingStyle
Description
Type defines style of graphical object to be drawnStructure fields and default values (if defined) are described below:
| Name | Type | Default | Description |
|---|---|---|---|
| DrawingMode | DrawingMode | Selects between high quality or fast drawing | |
| Opacity | float | 1.0f | Allows drawing transparent shapes |
| Thickness | float | 3.0f | Thickness of drawn lines |
| Filled | Bool | Defines if the interior of the shape should be filled or not | |
| PointShape | atl::Optional<PointShape> | Shape of drawn points | |
| PointSize | float | 2.0f | Thickness of drawn points |
