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