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


IMapGridBorder.Draw Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapGridBorder.Draw Method

Draws the border to the specified display, using the frame bounds and the map bounds in page space.

[Visual Basic .NET]
Public Sub Draw ( _
    ByVal Display As IDisplay, _
    ByVal frameGeometry As IGeometry, _
    ByVal mapGeometry As IGeometry _
)
[C#]
public void Draw (
    IDisplay Display,
    IGeometry frameGeometry,
    IGeometry mapGeometry
);
[C++]
HRESULT Draw(
  IDisplay* Display,
  IGeometry* frameGeometry,
  IGeometry* mapGeometry
);
[C++]

Parameters Display [in]
Display is a parameter of type IDisplay frameGeometry [in]
frameGeometry is a parameter of type IGeometry mapGeometry [in]
mapGeometry is a parameter of type IGeometry

Product Availability

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

See Also

IMapGridBorder Interface