Search
InternalUtils.DrawExpandButton Method
See Also
 





Renders an expand/collapse button on the specified IGraphics canvas.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static void DrawExpandButton (
    IGraphics graphics,
    bool expanded,
    RectangleF bounds,
    MeasureUnit measureUnit,
    Brush shadowBrush
)

Visual Basic  Copy Code

Public Shared Sub DrawExpandButton( _
    graphics As IGraphics, _
    expanded As Boolean, _
    bounds As RectangleF, _
    measureUnit As MeasureUnit, _
    shadowBrush As Brush _
)

 Parameters

graphics

expanded

bounds

measureUnit

shadowBrush

 See Also