Draws the specified screen cache to the specified window device context. Pass an empty rectangle to copy the full bitmap to the DC origin.
[Visual Basic .NET] Public Sub DrawCache ( _ ByVal hDC As Integer, _ ByVal index As Short, _ ByRef deviceRect As tagRECT, _ ByRef cacheRect As tagRECT _ )
[C#] public void DrawCache ( int hDC, short index, ref tagRECT deviceRect, ref tagRECT cacheRect );
[C++]
HRESULT DrawCache(
OLE_HANDLE hDC,
short index,
tagRECT* deviceRect,
tagRECT* cacheRect
);
[C++]Parameters
hDC [in]hDC is a parameter of type OLE_HANDLE
index [in] index is a parameter of type short deviceRect [in]deviceRect is a parameter of type tagRECT
cacheRect [in]cacheRect is a parameter of type tagRECT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.