Rotate

SVGMatrix.Rotate method

Multipliziert eine Rotationstransformation auf der aktuellen Matrix nach und gibt die resultierende Matrix zurück.

public SVGMatrix Rotate(float angle)
ParameterTypBeschreibung
angleSingleDrehwinkel.

Rückgabewert

Die resultierende Matrix.

Siehe auch