HslColorConverter.CreateInstance Method
Include Protected Members
Include Inherited Members
Re-creates an Object given a set of property values for the object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name
Description
Re-creates an Object given a set of property values for the object. (Inherited from TypeConverter.)
CreateInstance(ITypeDescriptorContext, IDictionary)
Creates an instance of the type that this TypeConverter is associated with, using the specified context, given a set of property values for the object. (Inherited from TypeConverter.)
Top