Description
Event fired by the McStream object after each frame of an image has been opened but before it is read
Syntax
Private Sub object_FrameOpen(Image, Stream, Frame)
The FrameOpen Event syntax has these parts:
|
| object | A McImages object. | | Image | A McImage object. The McImage being opened.
| | Stream | An Object object. The McStream object used to open the image.
| | Frame | A Long value. The file index of the frame being opened.
|
|