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).


type ShapePathPoint struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetXPixelWhen the object is a position coordinate, get or set the x coordinate in pixels.
SetXPixelWhen the object is a position coordinate, get or set the x coordinate in pixels.
GetYPixelWhen the object is a position coordinate, get or set the y coordinate in pixels.
SetYPixelWhen the object is a position coordinate, get or set the y coordinate in pixels.
GetXAngleWhen the object is an angle marker, get or set the first angle in degrees.
SetXAngleWhen the object is an angle marker, get or set the first angle in degrees.
GetYAngleWhen the object is an angle marker, get or set the second angle in degrees.
SetYAngleWhen the object is an angle marker, get or set the second angle in degrees.
GetTypeSpecifies the value type of the current object.