ClipPolygon object
The ClipPolygon object holds information about polygonal clip region.

For instance, having the following gauge:

an polygonal clip region over the background layer shows as:

The ClipPolygon object supports the following properties and methods:

NameDescription
InverseClipIndicates whether the current clip object is inverted.
OffsetXSpecifies the x-offset expression / value of the clip, relative to the layer.
OffsetYSpecifies the y-offset expression / value of the clip, relative to the layer.
PointsIndicates the number of points that defines the polygon.
XSpecifies the x-position expression / value of the point, relative to the layer.
YSpecifies the y-position expression / value of the point, relative to the layer.