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.
A type converter that converts path markup syntax strings to PathFigureCollection objects.
public ref class PathFigureCollectionConverter : System::ComponentModel::TypeConverter
public class PathFigureCollectionConverter : System.ComponentModel.TypeConverter
type PathFigureCollectionConverter = class
inherit TypeConverter
Public Class PathFigureCollectionConverter
Inherits TypeConverter
- Inheritance
-
PathFigureCollectionConverter
Constructors
| Name | Description |
|---|---|
| PathFigureCollectionConverter() | |
Methods
| Name | Description |
|---|---|
| CanConvertFrom(ITypeDescriptorContext, Type) | |
| CanConvertTo(ITypeDescriptorContext, Type) | |
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | |
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | |
| ParseStringToPathFigureCollection(PathFigureCollection, String) |
Parses a path markup syntax string and adds the resulting figures to the specified collection. |