Crop

Crop(Rectangle)

Beskär den angivna rektangeln.

public virtual void Crop(Rectangle rectangle)
ParameterTypBeskrivning
rectangleRectangleRektangeln.

Se även


Crop(int, int, int, int)

Beskär bilden med skiftningar.

public virtual void Crop(int leftShift, int rightShift, int topShift, int bottomShift)
ParameterTypBeskrivning
leftShiftInt32Vänsterskiftet.
rightShiftInt32Rätt skift.
topShiftInt32Det översta skiftet.
bottomShiftInt32Bottenskiftet.

Se även