Search
DiagramView3D.DrawDiagram3D Method
See Also
 





Draws the projection of the 3D graph on the specified IGraphics surface.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public void DrawDiagram3D (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Sub DrawDiagram3D( _
    graphics As IGraphics _
)

 Parameters

graphics
An object implementing the IGraphics interface.

 See Also