ShapePathPoint Class
ShapePathPoint class
Represents an x-y coordinate within the path coordinate space.
type ShapePathPoint struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetX | Gets and sets x coordinate for this position coordinate. |
SetX | Gets and sets x coordinate for this position coordinate. |
GetY | Gets y coordinate for this position coordinate. |
SetY | Gets y coordinate for this position coordinate. |