Edit

TransformConverter Class

Definition

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
TransformConverter

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.

Applies to