MapPointConverter.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 a Point.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
'Declaration Public Overrides Function ConvertFrom ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object _ ) As Object
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
Type context.
- culture
- Type: System.Globalization.CultureInfo
Culture info of the specified object.
- value
- Type: System.Object
The object to be converted to a Point.
Show: