'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 )
Parameters
- sx
- Scaling on X axis.
- sy
- Scaling on Y axis.
Return Value
The matrix.