Click or drag to resize

IMcLiveTilingTargetRect Property

Rectangle of the input tile on the input image.

Namespace:  MediaCy.IQL.Live
Assembly:  MediaCy.IQL.Live (in MediaCy.IQL.Live.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property TargetRect ( 
	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 mcltileInputRectChanged to draw rectanges on the input image.
See Also