This document is archived and information here might be outdated. Recommended version. |
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*