IMcImagesOpen Method
|
|
Create a new IMcImage from an image file.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxFunction Open (
<OptionalAttribute> FileName As Object,
Optional ImageCreationFlags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault
) As McImage
Parameters
- FileName (Optional)
- Type: SystemObject
The image file name to open. If this is missing or an empty string, then
an open-file dialog is presented to the user. - ImageCreationFlags (Optional)
- Type: MediaCy.IQL.EnginemcImageCreateFlags
Return Value
Type:
McImageThe new McImage or Nothing if the user Cancels out of the open dialog.
See Also