IMcLiveTilingAddImageTile Method
|
|
Add tile to output
Namespace:
MediaCy.IQL.Live
Assembly:
MediaCy.IQL.Live (in MediaCy.IQL.Live.dll) Version: 10.0.6912.0
SyntaxFunction AddImageTile (
Optional Flags As mcImageCreateFlags = mcImageCreateFlags.mcicfDefault,
<OptionalAttribute> vTargetImage As Object
) As McImage
Parameters
- Flags (Optional)
- Type: MediaCy.IQL.EnginemcImageCreateFlags
image creation flags for the output image - vTargetImage (Optional)
- Type: SystemObject
image tile to add
Return Value
Type:
McImage
RemarksThe method adds a new image to the the output image (if exists),
if output image does not exit, it's created. The shift of the new tile is calculated automatically.
This function can also be called after StartTiling to add tile manually.
See Also