Search
ExpandIconRenderer Constructor (Image, Image)
See Also
 





Initializes a new instance of the ExpandIconRenderer class that renders collapse / expand icons provided as bitmaps.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ExpandIconRenderer (
    Image collapseIcon,
    Image expandIcon
)

Visual Basic  Copy Code

Public New ( _
    collapseIcon As Image, _
    expandIcon As Image _
)

 Parameters

collapseIcon

A System.Drawing.Image representing the collapse icon.

expandIcon

A System.Drawing.Image representing the expand icon.

 See Also