#include <arsmessages.h>
Inheritance diagram for Ars::ResizeMessage:


Public Member Functions | |
| ResizeMessage (const EMessageType MessageType, MessageClient *pDestination, const void *pSource, const XPoint &NewSize) | |
Data Fields | |
| const XPoint | size |
| A CPoint object that uses the XPos() value for the new width, and YPos() value for the new height. | |
Definition at line 148 of file arsmessages.h.
|
||||||||||||||||||||
|
Construct a new Resize message
Definition at line 155 of file arsmessages.h. References size.
00156 : CtrlMessage( MessageType , pDestination , pSource ) , size( NewSize ) 00157 {} |
|
|
A CPoint object that uses the XPos() value for the new width, and YPos() value for the new height.
Definition at line 161 of file arsmessages.h. Referenced by ResizeMessage(), and Ars::View::wmResize(). |
1.3.3