PreprocessingFilter.Rotate

Rotate(float)

Originalbild drehen.

public static PreprocessingFilter Rotate(float angle)
ParameterTypBeschreibung
angleSingleDrehwinkel.Von -360 bis 360

Rückgabewert

RotateFilter-Objekt.

Siehe auch


Rotate(float, Rectangle)

Einen Teil des Bildes drehen.

public static PreprocessingFilter Rotate(float angle, Rectangle area)
ParameterTypBeschreibung
angleSingleDrehwinkel.Von -360 bis 360
areaRectangleKoordinaten des zu korrigierenden Teils des Bildes.

Rückgabewert

RotateFilter-Objekt.

Siehe auch