MultiScaleImage.LogicalToElementPoint Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a point with logical pixel coordinates relative to the MultiScaleImage from a logical point (values between 0 and 1).
Assembly: System.Windows (in System.Windows.dll)
Parameters
- logicalPoint
- Type: System.Windows.Point
The logical point to translate into logical pixel coordinates relative to the MultiScaleImage.
Return Value
Type: System.Windows.PointA point with logical pixel coordinates relative to the MultiScaleImage translated from logicalPoint.
This method does the opposite of the ElementToLogicalPoint method.
Logical coordinates (also known as normalized coordinates) are between 0 and 1. Using this method, you take a point that uses logical coordinates and translate it into a point with logical pixel coordinates relative to a location in the MultiScaleImage.