C++
virtual void dwgViewResized( Adesk::LongPtr );
Description
This reactor method indicates that the drawing area window has been resized. The drawing area window can be obtained from acedGetAcadDwgView().
See also AcEditorReactor::docFrameMovedOrResized() and AcEditorReactor::mainFrameMovedOrResized(). In particular, if you wish to detect whether the drawing area window has moved, use AcEditorReactor::docFrameMovedOrResized().
Parameters
| Parameters | Description |
|---|---|
| hwndDwgView | Passed in HWND of the DWG view |
Links
Previous Class
AcEditorReactor2