PDFView4NET WPF Edition
Scale Method




O2S.Components.PDFView4NET Namespace > PDFMatrix Class : Scale Method
X scale factor.
Y scale factor.
Scales the matrix.
Syntax
'Declaration
 
Public Sub Scale( _
   ByVal sx As Double, _
   ByVal sy As Double _
) 
'Usage
 
Dim instance As PDFMatrix
Dim sx As Double
Dim sy As Double
 
instance.Scale(sx, sy)
public void Scale( 
   double sx,
   double sy
)
public: void Scale( 
   double sx,
   double sy
) 
public:
void Scale( 
   double sx,
   double sy
) 

Parameters

sx
X scale factor.
sy
Y scale factor.
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