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

In This Topic
    Scale(Single,Single) Method
    In This Topic
    Scales all coordinates of a rectangle by the specified scaleX and scaleY.
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal scaleX As System.Single, _
       ByVal scaleY As System.Single _
    ) 
    public void Scale( 
       System.float scaleX,
       System.float scaleY
    )

    Parameters

    scaleX
    scaleY
    See Also