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

View2DBoxPrimitive.SetLabeledRectangleArrayItem Method

Sets a single item in an primitives array of Rectangles with text labels.

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

Syntax

public void SetLabeledRectangleArrayItem
(
	int index,
	AvlNet.Rectangle2D rectangle,
	string text
)

Parameters

Name Type Range Default Description
indexint
rectangleAvlNet.Rectangle2D
textstring

Function Overrides

See also