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


IMarkerBackground.MarkerBackgroundQueryBoundary Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Display)  

IMarkerBackground.MarkerBackgroundQueryBoundary Method

Queries the boundary of the marker background.

[Visual Basic .NET]
Public Sub MarkerBackgroundQueryBoundary ( _
    ByVal hDC As Integer, _
    ByVal transform As ITransformation, _
    ByVal boundary As IPolygon _
)
[C#]
public void MarkerBackgroundQueryBoundary (
    int hDC,
    ITransformation transform,
    IPolygon boundary
);
[C++]
HRESULT MarkerBackgroundQueryBoundary(
  OLE_HANDLE hDC,
  ITransformation* transform,
  IPolygon* boundary
);
[C++]

Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE transform [in]
transform is a parameter of type ITransformation* boundary [in]
boundary is a parameter of type IPolygon*

Product Availability

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

See Also

IMarkerBackground Interface