Click or drag to resize
AB4D logo

MaterialTypeConverterCanConvertFrom Method

Returns whether this converter can convert an object of the given type to the type of this converter.

Namespace: Ab3d.Common
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public override bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)

Parameters

context  ITypeDescriptorContext
context
sourceType  Type
sourceType

Return Value

Boolean
true if this converter can perform the conversion; otherwise, false.
See Also