Edit

PathFigureCollectionConverter Class

Definition

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
PathFigureCollectionConverter

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.

Applies to