ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
Collapse the table of content
Expand the table of content

LocationRectangleConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Converts the specified object to LocationRectangle.

Namespace:  Microsoft.Phone.Maps.Controls
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext
Specifies the type context.
culture
Type: System.Globalization.CultureInfo
Culture info of the specified type.
value
Type: System.Object
Object to convert to LocationRectangle.

Return Value

Type: System.Object
The converted LocationRectangle object.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft