DisplayArea.GetFromPoint(PointInt32, DisplayAreaFallback) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
DisplayArea
获取指定 Point
存在的位置。
public:
static DisplayArea ^ GetFromPoint(PointInt32 point, DisplayAreaFallback displayAreaFallback);
static DisplayArea GetFromPoint(PointInt32 const& point, DisplayAreaFallback const& displayAreaFallback);
public static DisplayArea GetFromPoint(PointInt32 point, DisplayAreaFallback displayAreaFallback);
function getFromPoint(point, displayAreaFallback)
Public Shared Function GetFromPoint (point As PointInt32, displayAreaFallback As DisplayAreaFallback) As DisplayArea
参数
- point
- PointInt32
要获取的 DisplayArea
点。
- displayAreaFallback
- DisplayAreaFallback
DisplayArea
在给定参数中找不到时DisplayArea
要使用的 。
返回
DisplayArea
指定点所在的位置,或 displayAreaFallback 指示的显示区域(如果未找到匹配项)。