Crop

Crop(int, int, int, int)

Bild mit Verschiebungen zuschneiden.

public virtual void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
ParameterTypBeschreibung
leftShiftInt32Die Linksverschiebung.
rightShiftInt32Die richtige Verschiebung.
topShiftInt32Die Top-Schicht.
bottomShiftInt32Die untere Schicht.

Siehe auch


Crop(Rectangle)

Beschneidet das angegebene Rechteck.

public virtual void Crop(Rectangle rectangle)
ParameterTypBeschreibung
rectangleRectangleDas Rechteck.

Siehe auch