Rectangle.Empty Campo

Definición

Representa una estructura Rectangle con las propiedades sin inicializar.

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 

Valor de campo

Rectangle

Comentarios

Un rectángulo se define mediante su ancho, alto y esquina superior izquierda.

Se aplica a