Class ClosePath

ClosePath class

Represents ClosePath operation.

public class ClosePath : IPathSegment

Properties

NameDescription
X { get; }Gets coordinate x.
Y { get; }Gets coordinate y.

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