Sets the aspect ratio of a document. This is a parameter of the VAPIM_VIEW
message.
#include <kvvapi.h> SendMessage(hWndVAPI, VAPIM_VIEW, VAPIMWP_VIEW_SETASPECTRATIO, (LPARAM) (int) nAspectRatio );
Argument |
Description |
---|---|
|
The handle of the VAPI window. |
|
An integer that is the aspect ratio:
|
SendMessage()
returns TRUE
if the call succeeds; otherwise it returns FALSE
.
Use this message to implement an Aspect Ratio menu item or toolbar button.
|