Search
ButtonComponent.GetImage Method
See Also
 





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

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual IImage GetImage ()

Visual Basic  Copy Code

Protected Overridable Function GetImage () As IImage

 Return Value

A Microsoft.Maui.Graphics.IImage instance.

 Remarks

This method is invoked during drawing to supply the image corresponding to the current button state. Derived classes can override this method if they define additional states.

 See Also