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.