public interface IPointCollection extends com.aspose.ms.System.Collections.Generic.IGenericEnumerable<IPoint>
Represents a collection of portions.
Modifier and Type | Method and Description |
---|---|
IPoint |
get_Item(int index)
Returns a point at the specified index.
|
int |
getCount()
Returns the number of points in the collection.
|