Draws the specified shape.
[Visual Basic 6.0] Sub Draw(
ByVal Geometry As IGeometry _
)
[Visual Basic .NET] Public Sub Draw ( _ ByVal Geometry As IGeometry _ )
[C#] public void Draw ( IGeometry Geometry );
[Java] public void draw ( IGeometry Geometry ) throws IOException, AutomationException
[C++] HRESULT Draw( IGeometry* Geometry );