You are here: Start » AVL.NET » View2DBoxPrimitive.SetCircleArray Method

View2DBoxPrimitive.SetCircleArray Method

Sets an array of circle primitives for this data item.

Namespace:HMI.Controls
Assembly:HMI.Controls.dll

Syntax

public void SetCircleArray
(
	IList<AvlNet.Circle2D> circles
)

Parameters

Name Type Range Default Description
circlesSystem.Collections.Generic.IList<AvlNet.Circle2D>

See also