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


IFrameDecoration.Draw Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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