PDFView4NET WPF Edition
Rotate Method




O2S.Components.PDFView4NET Namespace > PDFMatrix Class : Rotate Method
Angle (degrees) to rotate the matrix.
Rotates the matrix with the specified angle.
Syntax
'Declaration
 
Public Sub Rotate( _
   ByVal angle As Double _
) 
'Usage
 
Dim instance As PDFMatrix
Dim angle As Double
 
instance.Rotate(angle)
public void Rotate( 
   double angle
)
public: void Rotate( 
   double angle
) 
public:
void Rotate( 
   double angle
) 

Parameters

angle
Angle (degrees) to rotate 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