ArcObjects Library Reference (Carto)  

IBorder.Draw Method

Draws the frame border into the given display object.

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

Parameters

Display [in]

  Display is a parameter of type IDisplay

Geometry [in]

  Geometry is a parameter of type IGeometry

Product Availability

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

See Also

IBorder Interface