Click or drag to resize
CornersConverter Methods

The CornersConverter type exposes the following members.

Methods
  Name Description
Public method CanConvertFrom
Check whether can convert an object of the given type to the type of this converter, using the specified context
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).)
Public method ConvertFrom
Conversion of an object to the type of this converter
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public method ConvertTo
Conversion of an object to the specified type
(Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public method CreateInstance
Create new instance
(Overrides TypeConverterCreateInstance(ITypeDescriptorContext, IDictionary).)
Public method GetCreateInstanceSupported
Get Create Instance Supported
(Overrides TypeConverterGetCreateInstanceSupported(ITypeDescriptorContext).)
Public method GetProperties
Gets Properties of type
(Overrides TypeConverterGetProperties(ITypeDescriptorContext, Object, Attribute).)
Public method GetPropertiesSupported
Get Properties Supported
(Overrides TypeConverterGetPropertiesSupported(ITypeDescriptorContext).)
Top
See Also