VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.TypeConverters Namespace / RectangleFConverter Class
Constructors Methods SeeAlso
In This Topic
    RectangleFConverter Class Members
    In This Topic
    The following tables list the members exposed by RectangleFConverter.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RectangleFConverter class.
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines that this converter can convert an object in the given source type to the native type of the converter.
    Public MethodOverloaded. Returns a value indicating whether this converter can convert an object to the given destination type using the context.
    Public MethodOverloaded. Converts the given object to the converter's native type.
    Public MethodOverloaded. Converts the given string to the type of this converter, using the invariant culture. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Converts the given text to an object, using the specified context and culture information. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. 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.
    Public MethodOverloaded. Converts the specified value to a culture-invariant string representation. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Converts the specified value to a string representation. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. 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.
    Public MethodOverloaded. Determines that changing a value on this object should require a call to CreateInstance to create a new value.
    Public MethodOverloaded. 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.
    Public MethodOverloaded. Returns whether this object supports properties. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Returns a collection of standard values from the default context for the data type this type converter is designed for. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Returns whether the collection of standard values returned from is an exclusive list. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Returns whether this object supports a standard set of values that can be picked from a list. (Inherited from System.ComponentModel.TypeConverter)
    Public MethodOverloaded. Returns whether the given value object is valid for this type and for the specified context. (Inherited from System.ComponentModel.TypeConverter)
    Protected Methods
     NameDescription
    Protected MethodReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
    Protected MethodReturns an exception to throw when a conversion cannot be performed. (Inherited from System.ComponentModel.TypeConverter)
    Protected MethodSorts a collection of properties. (Inherited from System.ComponentModel.TypeConverter)
    See Also