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)
           
 int getCount()
           
 
Methods inherited from interface com.aspose.ms.System.Collections.Generic.IGenericEnumerable
iterator
 

Method Detail

getCount

int getCount()

get_Item

IPoint get_Item(int index)