Click or drag to resize

VisualNodeStateToBitmapImageConvert Methode

Übersetzt eine Knoten-Zustand (Enum) in ein Bild.

Namensraum: Vishnu.WPF_UI.ValueConverter
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntax
public Object Convert(
	Object[] values,
	Type targetType,
	Object parameter,
	CultureInfo culture
)

Parameter

values  Object
Array: [Status des Knotens][ResourceDictionary mit BitmapImages].
targetType  Type
Der Zieltyp (BitmapImage).
parameter  Object
Wird nicht genutzt.
culture  CultureInfo
Sprache, Sonderzeichen

Rückgabewert

Object
BitmapImage.

Implementiert

IMultiValueConverterConvert(Object, Type, Object, CultureInfo)
Siehe auch