ShapeSegmentPathCollection.Item

ShapeSegmentPathCollection indexer

Gets ShapeSegmentPath object.

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

Return Value

Returns a ShapeSegmentPath object.

See Also