TransformationMatrixCreateRotationDegrees(Single, PointF) Method
Creates a rotation matrix using the specified angle and center point.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static TransformationMatrix CreateRotationDegrees(
float angle,
PointF centerPoint
)
Public Shared Function CreateRotationDegrees (
angle As Single,
centerPoint As PointF
) As TransformationMatrix
public:
static TransformationMatrix CreateRotationDegrees(
float angle,
PointF centerPoint
)
static member CreateRotationDegrees :
angle : float32 *
centerPoint : PointF -> TransformationMatrix
- angle Single
- The angle, in degrees, by which to rotate the matrix.
- centerPoint PointF
- The center point of the rotation.
TransformationMatrixThe rotation matrix.