MatrixRotateAt Method (Single, PointF, MatrixOrder)
Applies a clockwise rotation about the specified point to this Matrix in the specified order.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public void RotateAt(
	float angle,
	PointF point,
	MatrixOrder order
)

Parameters

angle
Type: SystemSingle
The angle.
point
Type: Aspose.PSDPointF
The point.
order
Type: Aspose.PSDMatrixOrder
The order.
See Also