PDFView4NET WPF Edition
ScaledMatrix Method




O2S.Components.PDFView4NET Namespace > PDFMatrix Class : ScaledMatrix Method
Scaling on X axis.
Scaling on Y axis.
Creates a matrix with a scaling as the initial value.
Syntax
'Declaration
 
Public Shared Function ScaledMatrix( _
   ByVal sx As Double, _
   ByVal sy As Double _
) As PDFMatrix
'Usage
 
Dim sx As Double
Dim sy As Double
Dim value As PDFMatrix
 
value = PDFMatrix.ScaledMatrix(sx, sy)
public static PDFMatrix ScaledMatrix( 
   double sx,
   double sy
)
public: static PDFMatrix* ScaledMatrix( 
   double sx,
   double sy
) 
public:
static PDFMatrix^ ScaledMatrix( 
   double sx,
   double sy
) 

Parameters

sx
Scaling on X axis.
sy
Scaling on Y axis.

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