ImageConverter Class

 

One-way converter from Image to ImageSource.

Namespace:   Microsoft.WindowsServerSolutions.Controls
Assembly:  AdminCommon (in AdminCommon.dll)

System::Object
  Microsoft.WindowsServerSolutions.Controls::ImageConverter

[ValueConversionAttribute((Image^::typeid), (ImageSource^::typeid))]
public ref class ImageConverter : IValueConverter

NameDescription
System_CAPS_pubmethodImageConverter()

Creates a new instance of the ImageConverter object.

NameDescription
System_CAPS_pubmethodConvert(Object^, Type^, Object^, CultureInfo^)

Converts source value to a value for the binding target. The data binding engine calls this method when it propagates the values from source bindings to the binding target.

System_CAPS_pubmethodConvertBack(Object^, Type^, Object^, CultureInfo^)

Converts a binding target value to the source binding values.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: