com.aspose.slides
Interface IPointCollection

All Superinterfaces:
com.aspose.ms.System.Collections.IEnumerable<IPoint>, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPoint>, java.lang.Iterable<IPoint>
All Known Implementing Classes:
PointCollection

public interface IPointCollection
extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPoint>


Method Summary
 IPoint get_Item(int index)
           Returns a point at the specified index.
 int getCount()
           Returns the number of points in the collection.
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

getCount

int getCount()

Returns the number of points in the collection. Read-only int.


get_Item

IPoint get_Item(int index)

Returns a point at the specified index.

Parameters:
index -
Returns:


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.