Search
FoldIconRenderer Constructor (Image, Image)
See Also
 





Initializes a new instance of the FoldIconRenderer class that renders fold / unfold icons provided as bitmaps.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public FoldIconRenderer (
    Image foldIcon,
    Image unfoldIcon
)

Visual Basic  Copy Code

Public New ( _
    foldIcon As Image, _
    unfoldIcon As Image _
)

 Parameters

foldIcon

A System.Drawing.Image representing the fold icon.

unfoldIcon

A System.Drawing.Image representing the unfold icon.

 See Also