ImageSourceConverter.CanConvertFrom Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Include Protected Members
Include Inherited Members
Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members
Determines whether the converter can convert an object of the given type to an instance of ImageSource.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CanConvertFrom(Type) | Returns whether the type converter can convert an object from the specified type to the type of this converter. (Inherited from TypeConverter.) | |
CanConvertFrom(ITypeDescriptorContext, Type) | Determines whether the converter can convert an object of the given type to an instance of ImageSource. (Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).) |
Top