Inherits IpeSubPath.
|
|
Create an empty, open subpath.
|
|
|
Return type of this subpath.
Implements IpeSubPath. |
|
|
Is this subpath closed?
Default implementation returns Reimplemented from IpeSubPath. |
|
|
Return this object as an IpeSegmentSubPath, or else 0.
Reimplemented from IpeSubPath. |
|
|
Return this object as an IpeSegmentSubPath, or else 0.
Reimplemented from IpeSubPath. |
|
|
Return a copy of this subpath.
Implements IpeSubPath. |
|
|
Return a transformed copy of this subpath.
Implements IpeSubPath. |
|
|
Save subpath to XML stream.
Implements IpeSubPath. |
|
|
Draw subpath (does not call DrawPath()).
Implements IpeSubPath. |
|
||||||||||||
|
Add subpath to box.
Implements IpeSubPath. |
|
||||||||||||||||
|
Return distance from v to subpath transformed by m.
Implements IpeSubPath. |
|
||||||||||||||||||||
|
Snap to vertex.
Implements IpeSubPath. |
|
||||||||||||||||||||
|
Snap to boundary of subpath.
Implements IpeSubPath. |
|
|
Return number of segments. This does not include the closing segment for a closed path. |
|
|
Return segment. If i is negative, elements from the end are returned. The closing segment of a closed path is not accessible this way (use ClosingSegment instead)! |
|
|
Returns the closing segment of a closed path. Since the closing segment isn't actually stored inside this object, you have to provide a length-2 vector for the control points. |
|
|
Append a segment (from a different path) to the subpath.
|