ClipPicture object
The ClipPicture object holds information about an picture clip region.

For instance, having the following gauge:

a picture clip region over the background layer shows as:

when the source picture is:

The ClipPicture property supports the following properties and methods:

NameDescription
AlphaFromGets or sets a value that specifies the alpha-byte to start clipping the picture from.
AlphaToGets or sets a value that specifies the alpha-byte to end clipping the picture to.
DisplayAsRetrieves or sets a value that indicates the way how the graphic is arranged on the mask/clip.
HeightSpecifies the height value / expression of the clip, relative to the layer.
InverseClipIndicates whether the current clip object is inverted.
LeftSpecifies the left position / expression of the clip, relative to the layer.
NameIndicates the picture to be used as a mask/clip.
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.
TopSpecifies the top position / expression of the clip, relative to the layer.
WidthSpecifies the width value / expression of the clip, relative to the layer.