Search
ScrollIconRenderer Constructor (Image, Image)
See Also
 





Initializes a new instance of the ScrollIconRenderer class that renders scroll arrow icons provided as bitmaps.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ScrollIconRenderer (
    Image scrollUpIcon,
    Image scrollDownIcon
)

Visual Basic  Copy Code

Public New ( _
    scrollUpIcon As Image, _
    scrollDownIcon As Image _
)

 Parameters

scrollUpIcon

A System.Drawing.Image representing the scroll-up icon.

scrollDownIcon

A System.Drawing.Image representing the scroll-down icon.

 See Also