Click or drag to resize

IMcRegionAccessAccessedImage Property

The parent IMcImage.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property AccessedImage As McImage
	Get

Return Value

Type: McImage
IMcImage instance that is the image being accessed by this IMcRegionAccess instance. Nothing is returned if the instance has not been initialized.
Remarks
Allows client to obtain a pointer to the IMcImage object this object is based upon.
See Also