Crop

Crop(int, int, int, int)

Recortar imagen con turnos.

public virtual void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
ParámetroEscribeDescripción
leftShiftInt32El desplazamiento a la izquierda.
rightShiftInt32El cambio correcto.
topShiftInt32El turno superior.
bottomShiftInt32El cambio de fondo.

Ver también


Crop(Rectangle)

Recorta el rectángulo especificado.

public virtual void Crop(Rectangle rectangle)
ParámetroEscribeDescripción
rectangleRectangleel rectángulo

Ver también