This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDraw Interface > IDraw.StartDrawing Method (ArcObjects .NET 10.5 SDK) |
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(
long hDC,
short cacheID
);
[C++]
Parameters hDC [in] hDC is a parameter of type long cacheID [in] cacheID is a parameter of type short