Class ShapePathPoint

ShapePathPoint class

Represents an x-y coordinate within the path coordinate space.

public class ShapePathPoint

Properties

NameDescription
X { get; set; }Gets and sets x coordinate for this position coordinate.
Y { get; set; }Gets y coordinate for this position coordinate.

See Also