PointCollectionItem Property

Returns a point at the specified index.

Namespace:  Aspose.Slides.Animation
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public IPoint this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Return Value

Type: IPoint

Implements

IPointCollectionItemInt32
See Also