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