ImageSourceExtension(ImageSource) Constructor
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.
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.