Returns the coordinates of the smallest rectangle that completely encloses the update region. When the document's visible part changes, a Changed event occurs and the changed part is added to the view's update region. The b
Introduced: X14.
public Rectangle GetUpdateRectangle(bool bValidate);
Public Function GetUpdateRectangle(ByVal bValidate As Boolean) As Rectangle
Parameter | Description |
---|---|
b |
Validates the current update region and resets it to an empty rectangle. |
The return value specifies the smallest rectangle that completely encloses the current update region.