Rectangle

Rectangle structure

Modelo rectángulo

public struct Rectangle

Constructores

Nombre Descripción
Rectangle(float, float, float, float) Crea una nueva instancia de Rectangle

Propiedades

Nombre Descripción
Height { get; set; } Altura
Width { get; set; } Ancho
X { get; set; } Coordenada X
Y { get; set; } Coordenada Y

Ver también