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 边界不相关。

适用于