|
|
|||||||||||||
Class Direct3dRMWinDevicepublic class Direct3dRMWinDevice implements IDirect3dRMWinDevice { // Methods public void handleActivate(int wparam); public void handlePaint(int hdc); } Applications use the methods of the Direct3dRMWinDevice class to respond to window messages in a window procedure. In addition, the Direct3dRMWinDevice class inherits the following methods from the Direct3dRMObject class:
The Direct3dRMWinDevice object is obtained by calling the getDirect3dRMWinDevice method or by calling a method such as createDeviceFromDirect3d. MethodshandleActivatepublic void handleActivate(int wparam); handlePaintpublic void handlePaint(int hdc);
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |