RectHelper.Empty 属性

定义

获取一个静态 Rect 值,其中 Rect 没有大小或位置。 C# 代码应改用 Rect.Empty

public:
 static property Rect Empty { Rect get(); };
static Rect Empty();
public static Rect Empty { get; }
var rect = RectHelper.empty;
Public Shared ReadOnly Property Empty As Rect

属性值

一个 Rect,其中 XY 设置为正无穷大,并将 HeightWidth 设置为负无穷大。

适用于