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

View2DBoxPrimitive.SetPointArray Method

Sets an array of point primitives for this data item.

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

Syntax

public void SetPointArray
(
	IList<System.Drawing.PointF> points
)

Parameters

Name Type Range Default Description
pointsSystem.Collections.Generic.IList<System.Drawing.PointF>

Function Overrides

See also