共用方式為


DisplayRegion.WorkAreaOffset 屬性

定義

取得這個 DisplayRegion 顯示座標空間內的位移。

public:
 property Point WorkAreaOffset { Point get(); };
Point WorkAreaOffset();
public Point WorkAreaOffset { get; }
var point = displayRegion.workAreaOffset;
Public ReadOnly Property WorkAreaOffset As Point

屬性值

此 DisplayRegion 顯示座標空間內的位移。

備註

這不在用戶端座標中,而且不會與在 DisplayRegion 內表示之應用程式檢視的 CoreWindow 界限相互關聯。

適用於