Search
Polygon3D.DrawAsProjection Method
See Also
 






Draws this projection in specified RenderContext.

Namespace: MindFusion.Charting.ThreeD
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void DrawAsProjection (
    RenderContext context
)

Visual Basic  Copy Code

Public Sub DrawAsProjection( _
    context As RenderContext _
)

 Parameters

context

A RenderContext instance.

 See Also