Search
Diagram.DrawInteraction Method
See Also
 





Draws the items that the user is currently modifying.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void DrawInteraction (
    IGraphics graphics,
    RenderOptions options,
    Rect clipRect
)

Visual Basic  Copy Code

Public Sub DrawInteraction( _
    graphics As IGraphics, _
    options As RenderOptions, _
    clipRect As Rect _
)

 Parameters

graphics
The IGraphics surface to draw the items on.
options
A RenderOptions object specifying options for the drawing operation.
clipRect
A Microsoft.Maui.Graphics.Rect specifying the current clipping rectangle.

 Remarks

This method draws the items that are currently being modified by the user.

 See Also