点击或拖拽改变大小

ColorConverter 类

[缺少 "T:CPF.Drawing.ColorConverter" 的 <summary> 文档]

继承层次

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public sealed class ColorConverter : TypeConverter

ColorConverter 类型公开以下成员。

构造函数
  名称说明
公共方法ColorConverter
初始化 ColorConverter 类的一个新实例
Top
方法
  名称说明
公共方法CanConvertFrom(Type) (继承自 TypeConverter。)
公共方法CanConvertFrom(ITypeDescriptorContext, Type)
CanConvertFrom
(重写 TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).)
公共方法CanConvertTo(Type) (继承自 TypeConverter。)
公共方法CanConvertTo(ITypeDescriptorContext, Type)
TypeConverter method override.
(重写 TypeConverterCanConvertTo(ITypeDescriptorContext, Type).)
公共方法ConvertFrom(Object) (继承自 TypeConverter。)
公共方法ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
ConvertFrom - attempt to convert to a Color from the given object
(重写 TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
公共方法ConvertFromInvariantString(String) (继承自 TypeConverter。)
公共方法ConvertFromInvariantString(ITypeDescriptorContext, String) (继承自 TypeConverter。)
公共方法静态成员ConvertFromString(String)
ConvertFromString
公共方法ConvertFromString(ITypeDescriptorContext, String) (继承自 TypeConverter。)
公共方法ConvertFromString(ITypeDescriptorContext, CultureInfo, String) (继承自 TypeConverter。)
公共方法ConvertTo(Object, Type) (继承自 TypeConverter。)
公共方法ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
TypeConverter method implementation.
(重写 TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
公共方法ConvertToInvariantString(Object) (继承自 TypeConverter。)
公共方法ConvertToInvariantString(ITypeDescriptorContext, Object) (继承自 TypeConverter。)
公共方法ConvertToString(Object) (继承自 TypeConverter。)
公共方法ConvertToString(ITypeDescriptorContext, Object) (继承自 TypeConverter。)
公共方法ConvertToString(ITypeDescriptorContext, CultureInfo, Object) (继承自 TypeConverter。)
公共方法CreateInstance(IDictionary) (继承自 TypeConverter。)
公共方法CreateInstance(ITypeDescriptorContext, IDictionary) (继承自 TypeConverter。)
公共方法Equals (继承自 Object。)
公共方法GetCreateInstanceSupported (继承自 TypeConverter。)
公共方法GetCreateInstanceSupported(ITypeDescriptorContext) (继承自 TypeConverter。)
公共方法GetHashCode (继承自 Object。)
公共方法GetProperties(Object) (继承自 TypeConverter。)
公共方法GetProperties(ITypeDescriptorContext, Object) (继承自 TypeConverter。)
公共方法GetProperties(ITypeDescriptorContext, Object, Attribute) (继承自 TypeConverter。)
公共方法GetPropertiesSupported (继承自 TypeConverter。)
公共方法GetPropertiesSupported(ITypeDescriptorContext) (继承自 TypeConverter。)
公共方法GetStandardValues (继承自 TypeConverter。)
公共方法GetStandardValues(ITypeDescriptorContext) (继承自 TypeConverter。)
公共方法GetStandardValuesExclusive (继承自 TypeConverter。)
公共方法GetStandardValuesExclusive(ITypeDescriptorContext) (继承自 TypeConverter。)
公共方法GetStandardValuesSupported (继承自 TypeConverter。)
公共方法GetStandardValuesSupported(ITypeDescriptorContext) (继承自 TypeConverter。)
公共方法GetType (继承自 Object。)
公共方法IsValid(Object) (继承自 TypeConverter。)
公共方法IsValid(ITypeDescriptorContext, Object) (继承自 TypeConverter。)
公共方法ToString (继承自 Object。)
Top
扩展方法
  名称说明
公共扩展器方法Delay
延迟操作
(由 ObjectExtenstions 定义。)
公共扩展器方法Equal
对象是否相等
(由 ObjectExtenstions 定义。)
公共扩展器方法GetCreationCode (由 ObjectExtenstions 定义。)
公共扩展器方法GetPropretyValue
获取对象属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法GetValue
快速动态获取对象的属性值
(由 FastReflectionExtensions 定义。)
公共扩展器方法Invoke
快速动态调用对象的方法
(由 FastReflectionExtensions 定义。)
公共扩展器方法SetPropretyValue
设置属性值
(由 ObjectExtenstions 定义。)
公共扩展器方法SetValue
快速动态设置对象的属性值
(由 FastReflectionExtensions 定义。)
Top
参见