Click or drag to resize

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
)

Parameters

point
Type: System.DrawingPointF
Point to rotate around
degrees
Type: SystemSingle
The amount of rotation, in degrees

Return Value

Type: ImmutableMatrix
A new rotation matrix
See Also