Rotate

SVGMatrix.Rotate method

Post-multiplica una transformación de rotación en la matriz actual y devuelve la matriz resultante.

public SVGMatrix Rotate(float angle)
ParámetroEscribeDescripción
angleSingleÁngulo de rotación.

Valor_devuelto

La matriz resultante.

Ver también