ContentCoordinateConverter.CreateForWindowId(WindowId) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为指定的 WindowId创建一个新ContentCoordinateConverter对象。
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
参数
- windowId
- WindowId
顶级窗口标识符。
返回
用于在本地坐标空间和系统屏幕坐标之间转换的对象。