ContentCoordinateConverter.CreateForWindowId(WindowId) Method

Definition

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.

Applies to