Hi There
How can I resize the imagesource in MapPinPoint.The actual image size is big enough to display on Map.How ImageScale works..
Thanks
How can I resize the imagesource in MapPinPoint.The actual image size is big enough to display on Map.How ImageScale works..
MapPinPoint pinPoint =
new
MapPinPoint()
{
ImageSource =
new
BitmapImage(
new
Uri(
"/CORE;component/WPF/ic_car.png"
, UriKind.RelativeOrAbsolute))
ImageScale = 1.2
};
Thanks