Draws the basic symbol.
[Visual Basic 6.0] Sub Draw(
ByVal context As IOutputContext, _
ByVal Geometry As IGeometry, _
ByVal envelope As IEnvelope _
)
[Visual Basic .NET] Public Sub Draw ( _ ByVal context As IOutputContext, _ ByVal Geometry As IGeometry, _ ByVal envelope As IEnvelope _ )
[C#] public void Draw ( IOutputContext context, IGeometry Geometry, IEnvelope envelope );
[Java] public void draw ( IOutputContext context, IGeometry Geometry, IEnvelope envelope ) throws IOException, AutomationException
[C++] HRESULT Draw( IOutputContext* context, IGeometry* Geometry, IEnvelope* envelope );
Parameters
context [in]
context is a parameter of type IOutputContext
Geometry [in]
Geometry is a parameter of type IGeometry
envelope [in]
envelope is a parameter of type IEnvelope