IMcLiveTilingStopTiling Method
|
|
Stops live tiling and crops tiling output, cropped image that inludes boubding rectangle of all tiles is returned
Namespace:
MediaCy.IQL.Live
Assembly:
MediaCy.IQL.Live (in MediaCy.IQL.Live.dll) Version: 10.0.6912.0
SyntaxFunction StopTiling (
Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault,
<OptionalAttribute> <OutAttribute> ByRef rCropRect As Object
) As McImage
Parameters
- Flags (Optional)
- Type: MediaCy.IQL.EnginemcImageCreateFlags
image creation flags of the cropped output. Note that if the Flag includes mctlcfSkipROICalculation bit, not output ROI is calculated - rCropRect (Optional)
- Type: SystemObject
returns inscribed rectangle that includes only pixels with data (excluding any empty areas). This rectangle can be used to create ROI to crop the output.
Return Value
Type:
McImage
See Also