Méthode | Description | |
---|---|---|
Assign ( ) : void |
Assign this converter to the AForge types. This method should be called before an AForge range type can be bound to controls such as the PropertyGrid.
|
|
CanConvertFrom ( ITypeDescriptorContext context, |
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
|
|
CanConvertTo ( ITypeDescriptorContext context, |
Returns whether this converter can convert the object to the specified type, using the specified context.
|
|
ConvertFrom ( ITypeDescriptorContext context, |
Converts the given object to the type of this converter, using the specified context and culture information.
|
|
ConvertTo ( ITypeDescriptorContext context, |
Converts the given value object to the specified type, using the specified context and culture information.
|
|
CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object |
Creates an instance of the type that this T:System.ComponentModel.TypeConverter is associated with, using the specified context, given a set of property values for the object.
|
|
GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool |
Returns true.
|
|
GetProperties ( ITypeDescriptorContext context, object value, |
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
|
|
GetPropertiesSupported ( ITypeDescriptorContext context ) : bool |
Returns true.
|
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
sourceType | A |
|
Résultat | bool |
public CanConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
destinationType | A |
|
Résultat | bool |
public ConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
culture | The |
|
value | object | The |
Résultat | object |
public ConvertTo ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | An |
culture | A |
|
value | object | The |
destinationType | The |
|
Résultat | object |
public CreateInstance ( ITypeDescriptorContext context, IDictionary propertyValues ) : object | ||
context | ITypeDescriptorContext | An |
propertyValues | IDictionary | An |
Résultat | object |
public GetCreateInstanceSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
Résultat | bool |
public GetProperties ( ITypeDescriptorContext context, object value, |
||
context | ITypeDescriptorContext | An |
value | object | An |
attributes | An array of type |
|
Résultat |
public GetPropertiesSupported ( ITypeDescriptorContext context ) : bool | ||
context | ITypeDescriptorContext | |
Résultat | bool |