Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class / Scale Method / Scale(Single) Method

In This Topic
    Scale(Single) Method
    In This Topic
    Scales all coordinates of a rectangle 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