Search
ComponentBase.Draw Method
See Also
 





Renders the component in the specified IGraphics.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void Draw (
    IGraphics graphics,
    RenderOptions options
)

Visual Basic  Copy Code

Public Overridable Sub Draw( _
    graphics As IGraphics, _
    options As RenderOptions _
)

 Parameters

graphics

The drawing target.

options
A RenderOptions object specifying the drawing context.

 See Also