Table of Contents

Method Rotate

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

Rotate(float)

Applies a clockwise rotation of the specified angle about the origin to this SvgTransformF.

public void Rotate(float angle)

Parameters

angle float

The angle (extent) of the rotation, in degrees.

Rotate(float, SvgTransformOrder)

Applies a clockwise rotation of the specified angle about the origin to this SvgTransformF, and in the order specified in the order parameter.

public void Rotate(float angle, SvgTransformOrder order)

Parameters

angle float

The angle (extent) of the rotation, in degrees.

order SvgTransformOrder

A SvgTransformOrder that specifies the order (append or prepend) in which the rotation is applied to this SvgTransformF.