IPointCollectionItem 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)
SyntaxIPoint this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IPoint
Get
property IPoint^ default[int index] {
IPoint^ get (int index);
}
abstract Item : IPoint with get
Parameters
- index
- Type: SystemInt32
Return Value
Type:
IPoint
See Also