This document is archived and information here might be outdated. Recommended version. |
Generates export information that a map is starting to draw.
[Visual Basic .NET] Public Sub BeginMap ( _ ByVal pDisplay As IDisplay, _ ByVal hDC As Integer, _ ByVal pMap As IMap _ )
[C#] public void BeginMap ( IDisplay pDisplay, int hDC, IMap pMap );
[C++]
HRESULT BeginMap(
IDisplay* pDisplay,
OLE_HANDLE hDC,
IMap* pMap
);
[C++] Parameters pDisplay [in]
pDisplay is a parameter of type IDisplay* hDC [in]
hDC is a parameter of type OLE_HANDLE pMap [in]
pMap is a parameter of type IMap*