Attempts to convert a specified object to an instance of IPositionCalculator.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)
Visual Basic (Declaration)
Public Overrides Function ConvertFrom ( _
	context As ITypeDescriptorContext, _
	culture As CultureInfo, _
	value As Object _
) As Object

Parameters

context
Type: System.ComponentModel..::.ITypeDescriptorContext
Describes the context information of a type.
culture
Type: System.Globalization..::.CultureInfo
Culture-specific information that should be respected during conversion.
value
Type: System..::.Object
The object being converted.

Return Value

The instance of IPositionCalculator that is created from the converted source.

See Also