Search
Button.GetImage Method
See Also
 





Gets the image from the button's image list corresponding to the current state of the button.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual Image GetImage ()

Visual Basic  Copy Code

Protected Overridable Function GetImage () As Image

 Return Value

A Microsoft.Maui.Graphics.IImage representing the appearance of the button in its current state.

 See Also