DisplayArea.GetFromDisplayId(DisplayId) 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
for the specified DisplayId
.
public:
static DisplayArea ^ GetFromDisplayId(DisplayId displayId);
static DisplayArea GetFromDisplayId(DisplayId const& displayId);
public static DisplayArea GetFromDisplayId(DisplayId displayId);
function getFromDisplayId(displayId)
Public Shared Function GetFromDisplayId (displayId As DisplayId) As DisplayArea
Parameters
- displayId
- DisplayId
The identifier of the display for which to get the DisplayArea
.
Returns
The DisplayArea
for the specified DisplayId