ImageConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an ImageSource into an Image.
public ref class ImageConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::Windows::Media::ImageSource ^, System::Windows::Controls::Image ^>
[Windows::Foundation::Metadata::WebHostHidden]
class ImageConverter : Microsoft::VisualStudio::PlatformUI::ValueConverter<System::Windows::Media::ImageSource, System::Windows::Controls::Image const &>
public class ImageConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<System.Windows.Media.ImageSource,System.Windows.Controls.Image>
type ImageConverter = class
inherit ValueConverter<ImageSource, Image>
Public Class ImageConverter
Inherits ValueConverter(Of ImageSource, Image)
- Inheritance
Constructors
ImageConverter() |
Microsoft internal use only. |
Methods
Convert(ImageSource, Object, CultureInfo) |
Converts an ImageSource into an Image. |
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |