Interface IPathSegment
IPathSegment interface
Represents interface of any path segment.
public interface IPathSegment : ICloneable
Methods
| Name | Description |
|---|---|
| Copy() | Creates copy of the segment object. |
| Shift(double, double) | Performs shift by x and y coordinates. |
| Transform(TransformationMatrix) | Transforms coordinates with the transformation matrix. |
See Also
- namespace Aspose.Font.RenderingPath
- assembly Aspose.Font