This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapGridBorder Interface > IMapGridBorder.Draw Method (ArcObjects .NET 10.5 SDK) |
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