Skip to content

PropertyList.Dialogs.ImageBrushEditorDialog

JaykeBird edited this page Feb 21, 2023 · 3 revisions

Back to home | Back to Reference | View raw text

ImageBrushEditorDialog class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi.PropertyList.Dialogs
  SolidShineUi.PropertyList.Dialogs.ImageBrushEditorDialog[[ImageBrushEditorDialog]]
  end
  subgraph System.Windows.Markup
System.Windows.Markup.IComponentConnector[[IComponentConnector]]
  end
  subgraph SolidShineUi
  SolidShineUi.FlatWindow[[FlatWindow]]
  end
System.Windows.Markup.IComponentConnector --> SolidShineUi.PropertyList.Dialogs.ImageBrushEditorDialog
SolidShineUi.FlatWindow --> SolidShineUi.PropertyList.Dialogs.ImageBrushEditorDialog
Loading

Members

Properties

Public properties

Type Name Methods
bool DialogResult
Get or set the result the user selected for this dialog; true is "OK", false is "Cancel" or the window was closed without making a choice.
get, set

Methods

Public methods

Returns Name
ImageBrush GetImageBrush()
Get an ImageBrush that represents the current options in the dialog.
void InitializeComponent()
InitializeComponent
void LoadImage(ImageBrush br)
Load in an ImageBrush into this dialog.

Internal methods

Returns Name
Delegate _CreateDelegate(Type delegateType, string handler)

Details

Inheritance

Constructors

ImageBrushEditorDialog [1/2]

public ImageBrushEditorDialog()
Summary

Create a ImageBrushEditorDialog.

ImageBrushEditorDialog [2/2]

public ImageBrushEditorDialog(ColorScheme cs)
Arguments
Type Name Description
ColorScheme cs
Summary

Create a ImageBrushEditorDialog, with the color scheme pre-defined.

Methods

LoadImage

public void LoadImage(ImageBrush br)
Arguments
Type Name Description
ImageBrush br
Summary

Load in an ImageBrush into this dialog.

GetImageBrush

public ImageBrush GetImageBrush()
Summary

Get an ImageBrush that represents the current options in the dialog.

InitializeComponent

public virtual void InitializeComponent()
Summary

InitializeComponent

_CreateDelegate

internal Delegate _CreateDelegate(Type delegateType, string handler)
Arguments
Type Name Description
Type delegateType
string handler

Properties

DialogResult

public bool DialogResult { get; set; }
Summary

Get or set the result the user selected for this dialog; true is "OK", false is "Cancel" or the window was closed without making a choice.

Generated with ModularDoc

Clone this wiki locally