Rectangle.Empty 字段

定义

表示其属性未被初始化的 Rectangle 结构。

public: static initonly System::Drawing::Rectangle Empty;
public static readonly System.Drawing.Rectangle Empty;
 staticval mutable Empty : System.Drawing.Rectangle
Public Shared ReadOnly Empty As Rectangle 

字段值

注解

矩形由其宽度、高度和左上角定义。

适用于