ImmutableMatrixRotationMatrix Method (PointF, Single) |
Returns a new instance of a rotation matrix (around x,y)
Namespace:
Atalasoft.FormsProcessing.Geometry
Assembly:
Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static ImmutableMatrix RotationMatrix(
PointF point,
float degrees
)
Public Shared Function RotationMatrix (
point As PointF,
degrees As Single
) As ImmutableMatrix
Parameters
- point
- Type: System.DrawingPointF
Point to rotate around - degrees
- Type: SystemSingle
The amount of rotation, in degrees
Return Value
Type:
ImmutableMatrixA new rotation matrix
See Also