| MatrixRotateAt Method (Single, PointF, MatrixOrder) |
Applies a clockwise rotation about the specified point to this Matrix in the specified order.
Namespace: Aspose.PSDAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic void RotateAt(
float angle,
PointF point,
MatrixOrder order
)
Public Sub RotateAt (
angle As Single,
point As PointF,
order As MatrixOrder
)
public:
void RotateAt(
float angle,
PointF point,
MatrixOrder order
)
member RotateAt :
angle : float32 *
point : PointF *
order : MatrixOrder -> unit
Parameters
- angle
- Type: SystemSingle
The angle. - point
- Type: Aspose.PSDPointF
The point. - order
- Type: Aspose.PSDMatrixOrder
The order.
See Also