This document is archived and information here might be outdated. Recommended version. |
Prepares the display for drawing. Specify the device context and the cache to draw to (normally esriNoScreenCache).
[Visual Basic .NET] Public Sub StartDrawing ( _ ByVal hDC As Integer, _ ByVal cacheID As Short _ )
[C#] public void StartDrawing ( int hDC, short cacheID );
[C++]
HRESULT StartDrawing(
OLE_HANDLE hDC,
short cacheID
);
[C++]
Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE cacheID [in]
cacheID is a parameter of type short