点击或拖拽改变大小

ColorConverterCanConvertTo 方法 (ITypeDescriptorContext, Type)

TypeConverter method override.

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

参数

context
类型:System.ComponentModelITypeDescriptorContext
ITypeDescriptorContext
destinationType
类型:SystemType
Type to convert to

返回值

类型:Boolean
true if conversion is possible
参见