ShapePathPoint class

ShapePathPoint class

Specify position coordinates or angle markers. Position coordinates represent the coordinates of a path in a coordinate space (e.g. X/Y). Angle markers indicate angular changes in a path (e.g. the start and swing angles of an arc).

The ShapePathPoint type exposes the following members:

Properties

PropertyDescription
xGets and sets x coordinate for this position coordinate. Unit EMUs.
yGets y coordinate for this position coordinate. Unit EMUs.
x_pixelWhen the object is a position coordinate, get or set the x coordinate in pixels.
y_pixelWhen the object is a position coordinate, get or set the y coordinate in pixels.
x_angleWhen the object is an angle marker, get or set the first angle in degrees.
y_angleWhen the object is an angle marker, get or set the second angle in degrees.
typeSpecifies the value type of the current object.

See Also