A curve interface.
More...
List of all members.
Detailed Description
A curve interface.
Property Documentation
[propget] Get the ISkpEdge objects that use this curve.
- Return values:
-
| pVal | A collection of the edges using this curve. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.
[propget] Get the first ISkpEdge that uses this curve.
- Return values:
-
| pVal | The first edge (in some internal ordering) that uses this curve. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.
[propget] Get the last ISkpEdge that uses this curve.
- Return values:
-
| pVal | The last edge (in some internal ordering) that uses this curve. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : on internal errors.