Search
Diagram.DrawLayer Method
See Also
 





Renders all diagram items to the specified graphics.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void DrawLayer (
    IGraphics graphics,
    RectangleF backgroundRect,
    int layerIndex,
    RenderOptions options
)

Visual Basic  Copy Code

Public Sub DrawLayer( _
    graphics As IGraphics, _
    backgroundRect As RectangleF, _
    layerIndex As Integer, _
    options As RenderOptions _
)

 Parameters

graphics

backgroundRect

layerIndex

options

 See Also