Click or drag to resize
AB4D logo

PolygonVertex Constructor

Constructor

Namespace: Ab3d.Common.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public PolygonVertex(
	Point point,
	int index
)

Parameters

point  Point
Point
index  Int32
index of the position in the positions collection
See Also