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

View2DBoxPrimitive.SetRectangleArray Method

Sets an array of rectangle primitives for this data item.

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

Syntax

public void SetRectangleArray
(
	IList<AvlNet.Rectangle2D> rects
)

Parameters

Name Type Range Default Description
rectsSystem.Collections.Generic.IList<AvlNet.Rectangle2D>

See also