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
drawingModeAvlNet.DrawingMode
opacityfloat
thicknessfloat
filledbool
pointShapeAvlNet.PointShape?
pointSizefloat

See also