Modifier and Type | Class and Description |
---|---|
class |
ClosePath
Represents ClosePath operation.
|
class |
CurveTo
Represents CurveTo operation.
|
class |
LineTo
Represents LineTo operation.
|
class |
MoveTo
Represents MoveTo operation.
|
Modifier and Type | Method and Description |
---|---|
IPathSegment |
ClosePath.copy()
Creates copy of the segment object.
|
IPathSegment |
CurveTo.copy()
Creates copy of the segment object.
|
IPathSegment |
IPathSegment.copy()
Creates copy of the segment object.
|
IPathSegment |
LineTo.copy()
Creates copy of the segment object.
|
IPathSegment |
MoveTo.copy()
Creates copy of the segment object.
|