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


IMarkerBackground.MarkerBackgroundDraw Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

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(
  long hDC,
  ITransformation* transform
);
[C++]

Parameters hDC [in] hDC is a parameter of type long transform [in]
transform is a parameter of type ITransformation

Product Availability

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

See Also

IMarkerBackground Interface