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


IFrameDecoration.Draw Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameDecoration Interface > IFrameDecoration.Draw Method
ArcGIS Developer Help

IFrameDecoration.Draw Method

Draws the decoration 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

IFrameDecoration Interface