[]
Converts a string into an array of System.Windows.Point.
public class PointArrayTypeConverter : TypeConverter
Name | Description |
---|---|
PointArrayTypeConverter() |
Name | Description |
---|---|
CanConvertFrom(ITypeDescriptorContext, Type) | |
ConvertFrom(ITypeDescriptorContext, CultureInfo, object) | |
Parse(string) | Parses a string and convert it to an array of points. |