Returns a value indicating whether the converter can convert from the type specified to the SizeD type, using the specified context.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overrides Function CanConvertFrom ( _ context As ITypeDescriptorContext, _ sourceType As Type _ ) As Boolean |
| C# |
|---|
public override bool CanConvertFrom( ITypeDescriptorContext context, Type sourceType ) |
| Visual C++ |
|---|
public: virtual bool CanConvertFrom( ITypeDescriptorContext^ context, Type^ sourceType ) override |
Parameters
- context
- Type: System.ComponentModel..::.ITypeDescriptorContext
An ITypeDescriptorContext through which additional context can be supplied.
- sourceType
- Type: System..::.Type
A Type the represents the type you wish to convert from.