Microsoft SDK for Java

handlePaint

This method of the Direct3dRMWinDevice Class handles painting updates.

Syntax

public void handlePaint(int hdc);

Parameters

hdc The device context (DC) handle.

Remarks

This method should be called before repainting any application areas in the window because areas outside the viewports that have been created on the device can be repainted.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.