ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2D Structure / Scale Method / Scale(Point2D,Double) Method

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

    Parameters

    pt
    scaleFactor
    See Also