ImageSourceExtension(ImageSource) Constructor

Definition

Creates a new instance of the class.

public:
 ImageSourceExtension(System::Windows::Media::ImageSource ^ value);
public ImageSourceExtension (System.Windows.Media.ImageSource value);
new Microsoft.VisualStudio.PlatformUI.ImageSourceExtension : System.Windows.Media.ImageSource -> Microsoft.VisualStudio.PlatformUI.ImageSourceExtension
Public Sub New (value As ImageSource)

Parameters

value
ImageSource

The image source to extend.

Applies to