You are here: Start » AVL.NET » DrawingStyle Constructor

DrawingStyle Constructor

Namespace:Avl
Assembly:AvlNet.Types.dll

Syntax

public DrawingStyle
(
	Avl.DrawingMode drawingMode_,
	float opacity_,
	float thickness_,
	bool filled_,
	Optional<Avl.PointShape> pointShape_,
	float pointSize_
)

Parameters

Name Type Range Default Description
drawingMode_Avl.DrawingMode
opacity_float
thickness_float
filled_bool
pointShape_Atl.Optional<Avl.PointShape>
pointSize_float

See also