This document is archived and information here might be outdated.  Recommended version.


IDraw.StartDrawing Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDraw Interface > IDraw.StartDrawing Method
ArcGIS Developer Help

IDraw.StartDrawing Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDraw Interface