PDFView4NET WPF Edition
RotatedMatrix Method




O2S.Components.PDFView4NET Namespace > PDFMatrix Class : RotatedMatrix Method
Rotation angle in degrees.
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
)
public: static PDFMatrix* RotatedMatrix( 
   double angle
) 
public:
static PDFMatrix^ RotatedMatrix( 
   double angle
) 

Parameters

angle
Rotation angle in degrees.

Return Value

The matrix.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFMatrix Class
PDFMatrix Members