CImageView:Display
The Display method displays a CImage in a new CImageView. The CImageView window is created by this command.
bResult = CImageView:Display( CImage )
On success, this method returns true.
On failure, this method returns false.
The CImageView refers to a Mira image display window. The Image window uses an image set to display multiple images. This command creates a new CImageView window and displays in it the specified image. The image is at index 1 of the image set.
The following script displays a CImage in a CImageView window:
|
-- create a CImageView object |
|
-- create a new CImage |
|
-- load the image from a file named sPath |
|
-- Display the CImage |
CImageView, Append, Insert, CImage class
Mira Pro x64 Script User's Guide, v.8.73 Copyright Ⓒ 2024
Mirametrics, Inc. All Rights Reserved.