Delen via


EdgePointCollectionConverter Class

Definition

TypeConverter for EdgePointCollection instances, so it can be serialized in human read-able form. The converted EdgePointCollection will have syntax "[(x : y : flag); (x : y : flag); ...]", where the flag can be omitted for Normal. For backward compatibility, the converter also supports converting from a string produced by binary serializer, but it will never convert an EdgePointCollection to binary form.

public ref class EdgePointCollectionConverter sealed : System::ComponentModel::TypeConverter
public sealed class EdgePointCollectionConverter : System.ComponentModel.TypeConverter
type EdgePointCollectionConverter = class
    inherit TypeConverter
Public NotInheritable Class EdgePointCollectionConverter
Inherits TypeConverter
Inheritance
EdgePointCollectionConverter

Applies to