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


IDraw.StartDrawing Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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(
  long hDC,
  short cacheID
);
[C++]

Parameters hDC [in] hDC is a parameter of type long cacheID [in] cacheID is a parameter of type short

Product Availability

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

See Also

IDraw Interface