Initializes a new instance of the ScrollIconRenderer class that renders scroll arrow icons provided as bitmaps.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public ScrollIconRenderer ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
A System.Drawing.Image representing the scroll-up icon.
A System.Drawing.Image representing the scroll-down icon.
See Also