Name | Description | |
---|---|---|
![]() | RectangleFConverter | Initializes a new instance of the RectangleFConverter class. |
Name | Description | |
---|---|---|
![]() | RectangleFConverter | Initializes a new instance of the RectangleFConverter class. |
Name | Description | |
---|---|---|
![]() | CanConvertFrom | Overloaded. Determines that this converter can convert an object in the given source type to the native type of the converter. |
![]() | CanConvertTo | Overloaded. Returns a value indicating whether this converter can convert an object to the given destination type using the context. |
![]() | ConvertFrom | Overloaded. Converts the given object to the converter's native type. |
![]() | ConvertFromInvariantString | Overloaded. (Inherited from System.ComponentModel.TypeConverter) |
![]() | ConvertFromString | Overloaded. (Inherited from System.ComponentModel.TypeConverter) |
![]() | ConvertTo | Overloaded. Converts the given object to another type. The most common types to convert are to and from a string object. The default implementation will make a call to ToString on the object if the object is valid and if the destination type is string. If this cannot convert to the destination type, this will throw a NotSupportedException. |
![]() | ConvertToInvariantString | Overloaded. (Inherited from System.ComponentModel.TypeConverter) |
![]() | ConvertToString | Overloaded. (Inherited from System.ComponentModel.TypeConverter) |
![]() | CreateInstance | Overloaded. Creates an instance of this type given a set of property values for the object. This is useful for objects that are immutable, but still want to provide changable properties. |
![]() | GetCreateInstanceSupported | Overloaded. Determines that changing a value on this object should require a call to CreateInstance to create a new value. |
![]() | GetProperties | Overloaded. Retrieves the set of properties for this type. By default, a type has does not return any properties. An easy implementation of this method can just call TypeDescriptor.GetProperties for the correct data type. |
![]() | GetPropertiesSupported | Overloaded. (Inherited from System.ComponentModel.TypeConverter) |
![]() | GetStandardValues | Overloaded. (Inherited from System.ComponentModel.TypeConverter) |
![]() | GetStandardValuesExclusive | Overloaded. (Inherited from System.ComponentModel.TypeConverter) |
![]() | GetStandardValuesSupported | Overloaded. (Inherited from System.ComponentModel.TypeConverter) |
![]() | IsValid | Overloaded. (Inherited from System.ComponentModel.TypeConverter) |
Name | Description | |
---|---|---|
![]() | GetConvertFromException | (Inherited from System.ComponentModel.TypeConverter) |
![]() | GetConvertToException | (Inherited from System.ComponentModel.TypeConverter) |
![]() | SortProperties | (Inherited from System.ComponentModel.TypeConverter) |