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

View2DBoxPrimitive.SetPointArrayItem Method

Sets a single item in a point primitives array.

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

Syntax

public void SetPointArrayItem
(
	int index,
	System.Drawing.PointF point
)

Parameters

Name Type Range Default Description
indexint
pointSystem.Drawing.PointF

Function Overrides

See also