Description
A property - Returns an McImage* of an image used to visually overlay a bitmap onto the displayed image.
-
Property type
-
A McImage object.
-
Syntax
-
[Set] object.MaskingImage [= McImage]
The MaskingImage Property syntax has these parts: |
| object | An expression evaluating to an object of type McDisplay. | | McImage | A McImage object. | Remarks
If there is no masking image, then the property will be NULL. To detach a masking image from the viewer, set this property to NULL.
|