IMcLiveTilingOutputTileRect Property
|
|
Rectangle of the last tile on the output image
Namespace:
MediaCy.IQL.Live
Assembly:
MediaCy.IQL.Live (in MediaCy.IQL.Live.dll) Version: 10.0.6912.0
SyntaxReadOnly Property OutputTileRect (
Index As Integer
) As Object
Get
Parameters
- Index
- Type: SystemInt32
Property Value
Type:
Object
RemarksThis function can be used inside PropertyChanged method of McLiveTiling on mcltileOutputTileRectChanged
to draw rectange on the output image.
See Also