ShapePathPointCollection.Item

ShapePathPointCollection indexer

Gets shape path point by index.

public ShapePathPoint this[int index] { get; }
ParameterDescription
indexThe index

Return Value

Returns ShapePathPoint object

See Also