Crop

Crop(Rectangle)

Recadrage de l’image.

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

Voir également


Crop(int, int, int, int)

Recadrer l’image avec des décalages.

public override 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