VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / ScaleTransform(Single,Single) Method
Syntax Requirements SeeAlso
In This Topic
    ScaleTransform(Single,Single) Method (PdfGraphics)
    In This Topic
    Applies the specified scaling operation to the transformation matrix of this PdfGraphics by prepending it to the object's transformation matrix.
    Syntax
    'Declaration
    
    Public Sub ScaleTransform( _
    ByVal sx
    Scale factor in the x direction.
    As Single, _
    ByVal sy
    Scale factor in the y direction.
    As Single _
    )
    public void ScaleTransform(
    float sx,
    float sy
    )
    public: void ScaleTransform(
    float sx,
    float sy
    )
    public:
    void ScaleTransform(
    float sx,
    float sy
    )

    Parameters

    sx
    Scale factor in the x direction.
    sy
    Scale factor in the y direction.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also