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
floatThe angle (extent) of the rotation, in degrees.
point
SvgPointFA 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
floatThe angle (extent) of the rotation, in degrees.
point
SvgPointFA SvgPointF that represents the center of the rotation.
order
SvgTransformOrderA SvgTransformOrder that specifies the order (append or prepend) in which the rotation is applied.