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.
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.
Show: