Class CurveTo

CurveTo class

Represents CurveTo operation.

public class CurveTo : IPathSegment

Properties

NameDescription
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

NameDescription
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