Click or drag to resize

VisualNodeStateToBitmapImage class

Converts an enum type into a bitmap image.
Inheritance hierarchy
SystemObject
  Vishnu.WPF_UI.ValueConverterVisualNodeStateToBitmapImage

Namespace: Vishnu.WPF_UI.ValueConverter
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public class VisualNodeStateToBitmapImage : IMultiValueConverter

The VisualNodeStateToBitmapImage Type exposes the following members.

Constructors
 NameDescription of the
Public MethodVisualNodeStateToBitmapImageinitializes a new instance of the VisualNodeStateToBitmapImage class
Back to the top
Methods
 NameDescription of the
Public MethodConvert Translates a node state (enum) into an image.
Public MethodConvertBack Is not implemented.
Back to the top
Remarks
File: VisualNodeStatToBitmapImage Author: Erik Nagel 27/02/2013 Erik Nagel: created
See also