DisplayArea.GetFromDisplayId(DisplayId) 方法

定义

获取指定的 DisplayAreaDisplayId

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

参数

displayId
DisplayId

要为其获取 的显示器的 DisplayArea标识符。

返回

DisplayArea指定 的DisplayId

适用于

另请参阅