PathPointCollection.Item Property

Gets a point with the given index from collection.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public virtual PathPoint this[
	int index
] { get; }

Parameters

index

Type: System.Int32

Index of the point to get.

Property Value

The point with the given index.

See Also

Reference