Class LineTo
LineTo class
Represents LineTo operation.
public class LineTo : IPathSegment
Properties
Name | Description |
---|---|
X { get; } | Gets coordinate x. |
Y { get; } | Gets coordinate y. |
Methods
Name | Description |
---|---|
Clone() | Creates a new object that is a copy of the current instance. |
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
- interface IPathSegment
- namespace Aspose.Font.RenderingPath
- assembly Aspose.Font