FontStretchConverter.CanConvertFrom(ITypeDescriptorContext, Type) Method

Definition

Determines if conversion from a specified type to a FontStretch value is possible.

public:
 override bool CanConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ td, Type ^ t);
public override bool CanConvertFrom (System.ComponentModel.ITypeDescriptorContext td, Type t);
override this.CanConvertFrom : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertFrom (td As ITypeDescriptorContext, t As Type) As Boolean

Parameters

td
ITypeDescriptorContext

Context information of a type.

t
Type

The type of the source that is being evaluated for conversion.

Returns

true if t can create a FontStretch; otherwise, false.

Applies to