Crop

Crop(Rectangle)

Rogne le rectangle spécifié.

public virtual void Crop(Rectangle rectangle)
ParamètreTaperLa description
rectangleRectangleLe rectangle.

Voir également


Crop(int, int, int, int)

Recadrer l’image avec des décalages.

public virtual void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
ParamètreTaperLa description
leftShiftInt32Le décalage à gauche.
rightShiftInt32Le virage à droite.
topShiftInt32Le changement supérieur.
bottomShiftInt32Le décalage du bas.

Voir également