The SizeDConverter type exposes the following members.

Constructors

  NameDescription
Public methodSizeDConverter

Methods

  NameDescription
Public methodCanConvertFrom(Type) (Inherited from TypeConverter.)
Public methodCanConvertFrom(ITypeDescriptorContext, Type)
Returns a value indicating whether the converter can convert from the type specified to the SizeD type, using the specified context.
(Overrides TypeConverter..::..CanConvertFrom(ITypeDescriptorContext, Type).)
Public methodCanConvertTo(Type) (Inherited from TypeConverter.)
Public methodCanConvertTo(ITypeDescriptorContext, Type)
Returns a value indicating whether the SizeDConverter can convert a SizeD to the specified type.
(Overrides TypeConverter..::..CanConvertTo(ITypeDescriptorContext, Type).)
Public methodConvertFrom(Object) (Inherited from TypeConverter.)
Public methodConvertFrom(ITypeDescriptorContext, CultureInfo, Object) (Overrides TypeConverter..::..ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertFromInvariantString(String) (Inherited from TypeConverter.)
Public methodConvertFromInvariantString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public methodConvertFromString(String) (Inherited from TypeConverter.)
Public methodConvertFromString(ITypeDescriptorContext, String) (Inherited from TypeConverter.)
Public methodConvertFromString(ITypeDescriptorContext, CultureInfo, String) (Inherited from TypeConverter.)
Public methodConvertTo(Object, Type) (Inherited from TypeConverter.)
Public methodConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) (Overrides TypeConverter..::..ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodConvertToInvariantString(Object) (Inherited from TypeConverter.)
Public methodConvertToInvariantString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodConvertToString(Object) (Inherited from TypeConverter.)
Public methodConvertToString(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodConvertToString(ITypeDescriptorContext, CultureInfo, Object) (Inherited from TypeConverter.)
Public methodCreateInstance(IDictionary) (Inherited from TypeConverter.)
Public methodCreateInstance(ITypeDescriptorContext, IDictionary)
Creates an instance of a SizeD with the specified property values using the specified context.
(Overrides TypeConverter..::..CreateInstance(ITypeDescriptorContext, IDictionary).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Protected methodGetConvertFromException (Inherited from TypeConverter.)
Protected methodGetConvertToException (Inherited from TypeConverter.)
Public methodGetCreateInstanceSupported()()()() (Inherited from TypeConverter.)
Public methodGetCreateInstanceSupported(ITypeDescriptorContext)
Returns a value indicating whether changing a value on this object requires a call to the CreateInstance(ITypeDescriptorContext, IDictionary) method to create a new value.
(Overrides TypeConverter..::..GetCreateInstanceSupported(ITypeDescriptorContext).)
Public methodGetHashCode (Inherited from Object.)
Public methodGetProperties(Object) (Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Public methodGetProperties(ITypeDescriptorContext, Object, array<Attribute>[]()[][])
Retrieves a set of properties for the SizeD type using the specified context and attributes.
(Overrides TypeConverter..::..GetProperties(ITypeDescriptorContext, Object, array<Attribute>[]()[][]).)
Public methodGetPropertiesSupported()()()() (Inherited from TypeConverter.)
Public methodGetPropertiesSupported(ITypeDescriptorContext)
Returns whether the SizeD type supports properties.
(Overrides TypeConverter..::..GetPropertiesSupported(ITypeDescriptorContext).)
Public methodGetStandardValues()()()() (Inherited from TypeConverter.)
Public methodGetStandardValues(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetStandardValuesExclusive()()()() (Inherited from TypeConverter.)
Public methodGetStandardValuesExclusive(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetStandardValuesSupported()()()() (Inherited from TypeConverter.)
Public methodGetStandardValuesSupported(ITypeDescriptorContext) (Inherited from TypeConverter.)
Public methodGetType (Inherited from Object.)
Public methodIsValid(Object) (Inherited from TypeConverter.)
Public methodIsValid(ITypeDescriptorContext, Object) (Inherited from TypeConverter.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSortProperties (Inherited from TypeConverter.)
Public methodToString (Inherited from Object.)

See Also