ShapePathPoint Class
Contents
[
Hide
]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
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetXPixel | When the object is a position coordinate, get or set the x coordinate in pixels. |
SetXPixel | When the object is a position coordinate, get or set the x coordinate in pixels. |
GetYPixel | When the object is a position coordinate, get or set the y coordinate in pixels. |
SetYPixel | When the object is a position coordinate, get or set the y coordinate in pixels. |
GetXAngle | When the object is an angle marker, get or set the first angle in degrees. |
SetXAngle | When the object is an angle marker, get or set the first angle in degrees. |
GetYAngle | When the object is an angle marker, get or set the second angle in degrees. |
SetYAngle | When the object is an angle marker, get or set the second angle in degrees. |
GetType | Specifies the value type of the current object. |