Search
PageIconRenderer Constructor (IImage, IImage)
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 (
    IImage scrollLeftIcon,
    IImage scrollRightIcon
)

Visual Basic  Copy Code

Public New ( _
    scrollLeftIcon As IImage, _
    scrollRightIcon As IImage _
)

 Parameters

scrollLeftIcon

A Microsoft.Maui.Graphics.IImage representing the scroll-left icon.

scrollRightIcon

A Microsoft.Maui.Graphics.IImage representing the scroll-right icon.

 See Also