DisplayInformation.CreateForDisplayId(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.
Creates a new DisplayInformation object for the specified DisplayId.
Note
You must call this method from a thread that has a Microsoft.UI.Dispatching.DispatcherQueue already running.
public:
static DisplayInformation ^ CreateForDisplayId(DisplayId displayId);
static DisplayInformation CreateForDisplayId(DisplayId const& displayId);
public static DisplayInformation CreateForDisplayId(DisplayId displayId);
function createForDisplayId(displayId)
Public Shared Function CreateForDisplayId (displayId As DisplayId) As DisplayInformation
Parameters
- displayId
- DisplayId
The display monitor identifier for which to create a DisplayInformation.
Returns
The new DisplayInformation object.