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


IMarkerBackground.MarkerBackgroundDraw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IM > IMarkerBackground Interface > IMarkerBackground.MarkerBackgroundDraw Method
ArcGIS Developer Help

IMarkerBackground.MarkerBackgroundDraw Method

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*

Product Availability

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

See Also

IMarkerBackground Interface