SvgPlottingUtilApplyRotation Method
Apply the specified rotation to the provided collection of points.
Namespace: SvgPlottingAssembly: SvgPlotting (in SvgPlotting.dll) Version: 25.2714.4126
public static void ApplyRotation(
PlotPointCollection points,
FVector2 anchor,
float rotation
)
Public Shared Sub ApplyRotation (
points As PlotPointCollection,
anchor As FVector2,
rotation As Single
)
No code example is currently available or this language may not be supported.
Parameters
- points PlotPointCollection
-
Reference to a collection of points to which the rotation will be
appled.
- anchor FVector2
-
Reference to the anchor for the point collection.
- rotation Single
-
The rotation to apply, in radians.