XFINIUM.PDF Documentation
Scale Method



The value by which to scale this matrix in the x-axis direction.
The value by which to scale this matrix in the y-axis direction.
Applies the specified scale vector to this Matrix by prepending the scale vector.
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
) 

Parameters

sx
The value by which to scale this matrix in the x-axis direction.
sy
The value by which to scale this matrix in the y-axis direction.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfMatrix Class
PdfMatrix Members

Send Feedback