Click or drag to resize

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
Syntax
VB
ReadOnly Property OutputTileRect ( 
	Index As Integer
) As Object
	Get

Parameters

Index
Type: SystemInt32

Property Value

Type: Object
Remarks
This function can be used inside PropertyChanged method of McLiveTiling on mcltileOutputTileRectChanged to draw rectange on the output image.
See Also