PointDConverter Class

Definition

Provides a type converter to convert PointD objects to and from other representations.

public ref class PointDConverter : System::ComponentModel::TypeConverter
public class PointDConverter : System.ComponentModel.TypeConverter
type PointDConverter = class
    inherit TypeConverter
Public Class PointDConverter
Inherits TypeConverter
Inheritance
PointDConverter

Constructors

PointDConverter()

Methods

CanConvertFrom(ITypeDescriptorContext, Type)

Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.

CanConvertTo(ITypeDescriptorContext, Type)

Returns whether this converter can convert the object to the specified type, using the specified context.

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the given object to the type of this converter, using the specified context and culture information.

ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

Converts the given value object to the specified type, using the specified context and culture information.

Applies to