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