IMcFrameParentImage Property
|
|
The "parent" McImage of which this frame is a part, or Nothing if
this frame has been removed from its image.
Namespace:
MediaCy.IQL.Engine
Assembly:
MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
SyntaxReadOnly Property ParentImage As McImage
Get
Property Value
Type:
McImage
RemarksIt the frame is removed from its McImage by calling IMcImage.RemoveFrames,
then this property will be "Nothing". If a frame is moved from one image to
another one by calling IMcImage.MoveFrames, then this property will reflect
the new image.
See Also