PDFView4NET WinForms Edition


Rotation angle in degrees.
RotatedMatrix Method
Creates a matrix with a rotation as the initial value.
Syntax
'Declaration
 
Public Shared Function RotatedMatrix( _
   ByVal angle As Double _
) As PDFMatrix
'Usage
 
Dim angle As Double
Dim value As PDFMatrix
 
value = PDFMatrix.RotatedMatrix(angle)
public static PDFMatrix RotatedMatrix( 
   double angle
)

Parameters

angle
Rotation angle in degrees.

Return Value

The matrix.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also