Converts a string to a PointD.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override Object ObjFromString(
	ITypeDescriptorContext context,
	string str
)
Visual Basic
Protected Overrides Function ObjFromString ( _
	context As ITypeDescriptorContext, _
	str As String _
) As Object

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
str
Type: System..::..String
The string to convert.

Return Value

The converted PointD.

See Also