Description
The last rectangle modified on this frame.
-
Property type
-
A Variant value.
-
Syntax
-
object.LastModifiedRect
The LastModifiedRect Property syntax has these parts: |
| object | An expression evaluating to an object of type McFrame. | Remarks
The LastModifiedRect can be accessed during a SNC_NOTIFY_PB_IMAGECHANGED or SNC_NOTIFY_MCFRAME_CHANGED McObjects notification, or during an ImageChanged event to find the rectangle of the frame that was changed.
This property is exposed as a LONGRECT structure giving the last rectangle for which a FrameModified notification was sent.
|