ComponentOne Bitmap for UWP
Scale(Point2F,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Point2F Structure > Scale Method : Scale(Point2F,Single) Method
Scales X and Y coordinates of a point by the specified scaleFactor.
Syntax
'Declaration
 
Public Overloads Shared Function Scale( _
   ByVal pt As Point2F, _
   ByVal scaleFactor As System.Single _
) As Point2F
public static Point2F Scale( 
   Point2F pt,
   System.float scaleFactor
)

Parameters

pt
scaleFactor
See Also

Reference

Point2F Structure
Point2F Members
Overload List