DisplayArea.GetFromPoint(PointInt32, DisplayAreaFallback) 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.
Gets the DisplayArea
where the specified Point
is present.
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
Parameters
- point
- PointInt32
The point for which to get the DisplayArea
.
- displayAreaFallback
- DisplayAreaFallback
The DisplayArea
to use if no DisplayArea
is found with the given parameter.
Returns
The DisplayArea
where the specified point is present, or the display area indicated by displayAreaFallback if no match is found.