IMcLiveTilingSetTilingPosition Method
|
|
Set new tiling position on the existing tiling output.
Namespace:
MediaCy.IQL.Live
Assembly:
MediaCy.IQL.Live (in MediaCy.IQL.Live.dll) Version: 10.0.6912.0
SyntaxFunction SetTilingPosition (
Optional posX As Integer = 0,
Optional posY As Integer = 0
) As Boolean
Parameters
- posX (Optional)
- Type: SystemInt32
X pixel coordinate of the new tiling position on the output image - posY (Optional)
- Type: SystemInt32
Y pixel coordinate of the new tiling position on the output image
Return Value
Type:
Boolean
RemarksThe new tiling position can be set to continue tiling from other side of the output image.
The function will only work if the tiling is active and the output image already exist. The tiling position
will start from the rectangle of one of already existed tiles closest to the coordinates defined by posX and posY.
See Also