Interface IPathSegment

IPathSegment interface

Represents interface of any path segment.

public interface IPathSegment : ICloneable

Methods

NameDescription
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