Document Solutions for PDF
DS.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Size2F Structure / Scale Method / Scale(Single) Method

In This Topic
    Scale(Single) Method
    In This Topic
    Scales the width and height by the specified scaleFactor.
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal scaleFactor As System.Single _
    ) 
    public void Scale( 
       System.float scaleFactor
    )

    Parameters

    scaleFactor
    See Also