You are here: Start » AVL.NET » DrawingStyle.DrawingStyle(AvlNet.DrawingMode, float, float, bool, AvlNet.PointShape?, float)

DrawingStyle.DrawingStyle(AvlNet.DrawingMode, float, float, bool, AvlNet.PointShape?, float)

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

drawingMode
Type: AvlNet.DrawingMode
opacity
Type: System.Single
thickness
Type: System.Single
filled
Type: System.Boolean
pointShape
Type: System.Nullable<AvlNet.PointShape>
pointSize
Type: System.Single

See also