DisplayArea.GetFromDisplayId(DisplayId) Method

Definition

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

Applies to

See also