TransformConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a Transform object to or from another object type.
public ref class TransformConverter sealed : System::ComponentModel::TypeConverter
public sealed class TransformConverter : System.ComponentModel.TypeConverter
type TransformConverter = class
inherit TypeConverter
Public NotInheritable Class TransformConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| TransformConverter() |
Initializes a new instance of the TransformConverter class as a TypeConverter object. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) |
Determines whether this class can convert an object of a specified type to a Transform type. |
| CanConvertTo(ITypeDescriptorContext, Type) |
Determines whether this class can convert an object of a specified type to the specified destination type. |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts from an object of a specified type to a Transform object. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the specified Transform to the specified type by using the specified context and culture information. |