ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Point2F Structure / Scale Method / Scale(Point2F,Single,Single) Method

In This Topic
    Scale(Point2F,Single,Single) Method
    In This Topic
    Scales X and Y coordinates of a point by the specified scaleX and scaleY.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Scale( _
       ByVal pt As Point2F, _
       ByVal scaleX As Single, _
       ByVal scaleY As Single _
    ) As Point2F
    public static Point2F Scale( 
       Point2F pt,
       float scaleX,
       float scaleY
    )

    Parameters

    pt
    scaleX
    scaleY
    See Also