You are here: Start » AVL.NET » DrawingStyle Constructor
DrawingStyle Constructor
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Syntax
public DrawingStyle( AvlNet.DrawingMode drawingMode, float opacity, float thickness, bool filled, AvlNet.PointShape? pointShape, float pointSize )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| drawingMode | AvlNet.DrawingMode | ||||
| opacity | float | ||||
| thickness | float | ||||
| filled | bool | ||||
| pointShape | AvlNet.PointShape? | ||||
| pointSize | float |
