Click or drag to resize

IMcImageSetGetFrameLocation Method

Gets the set location of the specified frame

Namespace:  MediaCy.IQL.Sets
Assembly:  MediaCy.IQL.Sets (in MediaCy.IQL.Sets.dll) Version: 10.0.6912.0
Syntax
VB
Function GetFrameLocation ( 
	Frame As McFrame
) As McImageSetLocations

Parameters

Frame
Type: MediaCy.IQL.EngineMcFrame

Return Value

Type: McImageSetLocations
Remarks
This method returns the first location within the set of the specified image frame. An exception will be thrown if the frame is not a set member. Parameters Frame : The frame whose set location should be returned
See Also