Search
PageIconRenderer Constructor (Image, Image, Image, Image)
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public PageIconRenderer (
    Image scrollLeftIcon,
    Image scrollRightIcon,
    Image disabledScrollLeftIcon,
    Image disabledScrollRightIcon
)

Visual Basic  Copy Code

Public New ( _
    scrollLeftIcon As Image, _
    scrollRightIcon As Image, _
    disabledScrollLeftIcon As Image, _
    disabledScrollRightIcon As Image _
)

 Parameters

scrollLeftIcon

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

scrollRightIcon

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

disabledScrollLeftIcon

A System.Drawing.Image representing disabled scroll-left icon.

disabledScrollRightIcon

A System.Drawing.Image representing disabled scroll-right icon.

 See Also