Search
DiagramNode.DrawInRect Method
See Also
 





Draws this node at specified location.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void DrawInRect (
    IGraphics graphics,
    RenderOptions options,
    RectangleF target
)

Visual Basic  Copy Code

Public Sub DrawInRect( _
    graphics As IGraphics, _
    options As RenderOptions, _
    target As RectangleF _
)

 Parameters

graphics

The IGraphics surface to draw the node on.

options

Provides options for the drawing operation.

target

The target location.

 See Also