ShapePathPoint Class

ShapePathPoint class

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


type ShapePathPoint struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetXGets and sets x coordinate for this position coordinate.
SetXGets and sets x coordinate for this position coordinate.
GetYGets y coordinate for this position coordinate.
SetYGets y coordinate for this position coordinate.