Description
A property used to attach an image to the viewer.
-
Property type
-
A McImage object.
-
Syntax
-
[Set] object.ImageToDisplay [= McImage]
The ImageToDisplay Property syntax has these parts: |
| object | An expression evaluating to an object of type McDisplay. | | McImage | A McImage object. | Remarks
If the viewer is not attached to an McImage, then the property will be NULL, otherwise, the property is a pointer to an McImage.
Exceptions
This property should not be set directly for an McView.Display property, use the corresponding mirrored McView property instead.
|