Search
ScrollToggleView.Draw Method
See Also
 






Draws the view in the specified IGraphics.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Draw (
    IGraphics graphics,
    Rect rectangle
)

Visual Basic  Copy Code

Public Sub Draw( _
    graphics As IGraphics, _
    rectangle As Rect _
)

 Parameters

graphics

rectangle

 See Also