This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IB > IBackground Interface > IBackground.Draw Method (ArcObjects .NET 10.4 SDK) |
Draws the background 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