[]
Converts a string to a PointD.
protected override object ObjFromString(ITypeDescriptorContext context, string str)
Protected Overrides Function ObjFromString(context As ITypeDescriptorContext, str As String) As Object
| Type | Name | Description |
|---|---|---|
| ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
| string | str | The string to convert. |
| Type | Description |
|---|---|
| object | The converted PointD. |