Intersect

Rectangle.Intersect method

Intersecta a rectángulos.

public Rectangle Intersect(Rectangle otherRect)
ParámetroEscribeDescripción
otherRectRectangleRectángulo al que se corta este rectángulo.

Valor_devuelto

Intersección de rectángulos; nulo si los rectángulos no se cruzan.

Ver también