StorePosition Method
StorePosition(Point)
Stores given position to stored position list.
Declaration
public virtual int StorePosition(Point position)
Parameters
Type | Name | Description |
---|---|---|
Point | position | Position to store. |
Returns
Type | Description |
---|---|
Int32 | Index of stored position in list. |
StorePosition(Point, Boolean)
Stores given position to stored position list.
Declaration
public virtual int StorePosition(Point position, bool endPos)
Parameters
Type | Name | Description |
---|---|---|
Point | position | Position to store. |
Boolean | endPos | Specifies whether position represents end of range. |
Returns
Type | Description |
---|---|
Int32 | Index of stored position in list. |