EdgePointCollectionConverter 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.
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
Constructors
EdgePointCollectionConverter() |
Methods
CanConvertFrom(ITypeDescriptorContext, Type) |
Only supports converting from string. |
CanConvertTo(ITypeDescriptorContext, Type) |
Only supports converting to string. |
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) |
Converts from a string. |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) |
Converts to a string. |