asposecells.api
Class ShapePathPointCollection

Represents all shape path points.

Constructor Summary
ShapePathPointCollection()
          
 
Property Getters/Setters Summary
methodgetCount()
          
methodget(index)
           Gets shape path point by index.
 
Method Summary
methodadd(x, y)
           Adds a path point.
methodadd(value)→ inherited from CollectionBase
          Reserved for internal use.
methodclear()→ inherited from CollectionBase
          
methodcontains(value)→ inherited from CollectionBase
          Reserved for internal use.
methodget(index)→ inherited from CollectionBase
          Reserved for internal use.
methodindexOf(value)→ inherited from CollectionBase
          Reserved for internal use.
methoditerator()→ inherited from CollectionBase
          
methodremoveAt(index)→ inherited from CollectionBase
          
 

Constructor Detail

ShapePathPointCollection

ShapePathPointCollection()

Property Getters/Setters Detail

getCount : int 

int getCount()

get : ShapePathPoint 

ShapePathPoint get(index)
Gets shape path point by index.
Parameters:
index - The index
Returns:
Returns ShapePathPoint object

Method Detail

add

int add(x, y)
Adds a path point.
Parameters:
x: int - The x coordinate.
y: int - The y coordinate.

clear

 clear()

removeAt

 removeAt(index)

iterator

Iterator iterator()

get

Object get(index)
Reserved for internal use.

contains

boolean contains(value)
Reserved for internal use.

add

int add(value)
Reserved for internal use.

indexOf

int indexOf(value)
Reserved for internal use.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.