[]
        
(Showing Draft Content)

C1.WPF.Core.PointArrayTypeConverter

PointArrayTypeConverter Class

Converts a string into an array of System.Windows.Point.

Inheritance
PointArrayTypeConverter
Namespace: C1.WPF.Core
Assembly: C1.WPF.Core.dll
Syntax
public class PointArrayTypeConverter : TypeConverter

Constructors

Name Description
PointArrayTypeConverter()

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Parse(string)

Parses a string and convert it to an array of points.