Click or drag to resize

IMcRegionAccessCreateImage Method

Create an image that duplicates the image data using the region access's area and casting.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
Function CreateImage ( 
	Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault
) As Object

Parameters

Flags (Optional)
Type: MediaCy.IQL.EnginemcImageCreateFlags
long : Image creation flags. The new image is not masked by the Aoi and no properties are copied to it. However, If the mcImportPropertiesFlags.mcipfAoiAppearance bit is set then any source Aoi is copied to the created image; otherwise the new image will not have an Aoi.

Return Value

Type: Object
none
Remarks
[TODO: Fill in longer description and remarks]
See Also