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

In This Topic
    Scale(Double) Method
    In This Topic
    Scales X and Y coordinates of a point by the specified scaleFactor.
    Syntax
    'Declaration
     
    Public Overloads Sub Scale( _
       ByVal scaleFactor As System.Double _
    ) 
    public void Scale( 
       System.double scaleFactor
    )

    Parameters

    scaleFactor
    See Also