Editja

GeometryConverter Class

Definition

Converts instances of other types to and from instances of Geometry.

public ref class GeometryConverter sealed : System::ComponentModel::TypeConverter
public sealed class GeometryConverter : System.ComponentModel.TypeConverter
type GeometryConverter = class
    inherit TypeConverter
Public NotInheritable Class GeometryConverter
Inherits TypeConverter
Inheritance
GeometryConverter

Constructors

Name Description
GeometryConverter()

Initializes a new instance of the Geometry class.

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)

Indicates whether an object can be converted from a given type to an instance of a Geometry.

CanConvertTo(ITypeDescriptorContext, Type)

Determines whether instances of Geometry can be converted to the specified type.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the specified object to a Geometry.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the specified Geometry to the specified type.

Applies to

See also