ContentCoordinateConverter.CreateForWindowId(WindowId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new ContentCoordinateConverter object for the specified WindowId.
public:
static ContentCoordinateConverter ^ CreateForWindowId(WindowId windowId);
static ContentCoordinateConverter CreateForWindowId(WindowId const& windowId);
public static ContentCoordinateConverter CreateForWindowId(WindowId windowId);
function createForWindowId(windowId)
Public Shared Function CreateForWindowId (windowId As WindowId) As ContentCoordinateConverter
Parameters
- windowId
- WindowId
The top-level window identifier.
Returns
An object used to convert between a local coordinate space and the system screen coordinates.