Click or drag to resize

IMcFrameLastModifiedRect Property

The last rectangle modified on this frame.

Namespace:  MediaCy.IQL.Engine
Assembly:  MediaCy.IQL.Engine (in MediaCy.IQL.Engine.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property LastModifiedRect As Object
	Get

Property Value

Type: Object
Remarks
The LastModifiedRect can be accessed during a SNC_NOTIFY_PB_IMAGECHANGED McObjects notification, or during an ImageChanged event to find the rectangle of the frame that was changed. This rectangle will be empty (Left>Right) if the frame has not been modified since the last image-changed event notification. This property is exposed as a LONGRECT structure giving the last rectangle for which a frame-modified notification was sent.
See Also