| Modifier and Type | Method and Description |
|---|---|
IPathSegment |
copy()
Creates copy of the segment object.
|
void |
shift(double dx,
double dy)
Performs shift by x and y coordinates.
|
void |
transform(TransformationMatrix matrix)
Transforms coordinates with the transformation matrix.
|
IPathSegment copy()
Creates copy of the segment object.
void shift(double dx,
double dy)
Performs shift by x and y coordinates.
dx - Value dx.dy - Value dy.void transform(TransformationMatrix matrix)
Transforms coordinates with the transformation matrix.
matrix - Transformation matrix.Copyright © 2025 Aspose. All Rights Reserved.