GeometryConverter 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 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
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. |