Class CurveTo
Contents
[
Hide
]CurveTo class
Represents CurveTo operation.
public class CurveTo : IPathSegment
Properties
Name | Description |
---|---|
X1 { get; } | Gets coordinate x1. |
X2 { get; } | Gets coordinate x2. |
X3 { get; } | Gets coordinate x3. |
Y1 { get; } | Gets coordinate y1. |
Y2 { get; } | Gets coordinate y2. |
Y3 { get; } | Gets coordinate y3. |
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