PathFigureCollectionConverter 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 a PathFigureCollection.
public ref class PathFigureCollectionConverter sealed : System::ComponentModel::TypeConverter
public sealed class PathFigureCollectionConverter : System.ComponentModel.TypeConverter
type PathFigureCollectionConverter = class
inherit TypeConverter
Public NotInheritable Class PathFigureCollectionConverter
Inherits TypeConverter
- Inheritance
Constructors
| Name | Description |
|---|---|
| PathFigureCollectionConverter() |
Initializes a new instance of the PathFigureCollection class. |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) |
Indicates whether an object can be converted from a given type to an instance of a PathFigureCollection. |
| CanConvertTo(ITypeDescriptorContext, Type) |
Determines whether instances of PathFigureCollection can be converted to the specified type. |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts the specified object to a PathFigureCollection. |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts the specified PathFigureCollection to the specified type. |