This document is archived and information here might be outdated. Recommended version. |
Draws the marker background.
[Visual Basic .NET] Public Sub MarkerBackgroundDraw ( _ ByVal hDC As Integer, _ ByVal transform As ITransformation _ )
[C#] public void MarkerBackgroundDraw ( int hDC, ITransformation transform );
[C++]
HRESULT MarkerBackgroundDraw(
OLE_HANDLE hDC,
ITransformation* transform
);
[C++] Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE transform [in]
transform is a parameter of type ITransformation*