PDFViewCtrlUpdate Method (Rect) |
Redraws the given area in the buffer.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Update(
Rect update_rect
)
Public Sub Update (
update_rect As Rect
)
public:
virtual void Update(
[InAttribute] Rect^ update_rect
) sealed
function Update(update_rect);
Parameters
- update_rect
- Type: pdftron.PDFRect
The rectangle to update expressed in screen coordinates.
See Also