ImageConverter Class
Converts an ImageSource into an Image.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Class ImageConverter _
Inherits ValueConverter(Of ImageSource, Image)
用法
Dim instance As ImageConverter
public class ImageConverter : ValueConverter<ImageSource, Image>
public ref class ImageConverter : public ValueConverter<ImageSource^, Image^>
type ImageConverter =
class
inherit ValueConverter<ImageSource, Image>
end
public class ImageConverter extends ValueConverter<ImageSource, Image>
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.PlatformUI.ValueConverter<ImageSource, Image>
Microsoft.VisualStudio.PlatformUI.ImageConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.