Table of Contents

Method RotateAt

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

RotateAt(float, SvgPointF)

Applies a clockwise rotation about the specified point to this SvgTransformF by prepending the rotation.

public void RotateAt(float angle, SvgPointF point)

Parameters

angle float

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

point SvgPointF

A SvgPointF that represents the center of the rotation.

RotateAt(float, SvgPointF, SvgTransformOrder)

Applies a clockwise rotation about the specified point to this SvgTransformF in the specified order.

public void RotateAt(float angle, SvgPointF point, SvgTransformOrder order)

Parameters

angle float

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

point SvgPointF

A SvgPointF that represents the center of the rotation.

order SvgTransformOrder

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