DrawingStyle

Description

Type defines style of graphical object to be drawn

Structure fields and default values (if defined) are described below:

  • DrawingMode DrawingMode - Selects between high quality or fast drawing
  • float Opacity = 1.0f - Allows drawing transparent shapes
  • float Thickness = 3.0f - Thickness of drawn lines
  • Bool Filled - Defines if the interior of the shape should be filled or not
  • PointShape PointShape - Shape of drawn points
  • float PointSize = 2.0f - Thickness of drawn points