-
Notifications
You must be signed in to change notification settings - Fork 3
MessageDialogImageConverter
JaykeBird edited this page Feb 21, 2023
·
9 revisions
Back to home | Back to Reference | View raw text
A helper class that can retrieve a BitmapImage from a MessageDialogImage.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi
SolidShineUi.MessageDialogImageConverter[[MessageDialogImageConverter]]
end
Returns | Name |
---|---|
BitmapImage |
GetImage (MessageDialogImage image, MessageDialogImageColor color) |
A helper class that can retrieve a BitmapImage from a MessageDialogImage.
MessageDialogImageColor
public static BitmapImage GetImage(MessageDialogImage image, MessageDialogImageColor color)
Type | Name | Description |
---|---|---|
MessageDialogImage |
image | |
MessageDialogImageColor |
color |
Generated with ModularDoc