C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / Point2F Structure / Scale Method / Scale(Point2F,Single) Method

In This Topic
Scale(Point2F,Single) 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 Point2F, _
   ByVal scaleFactor As System.Single _
) As Point2F
 

Parameters

pt
scaleFactor
See Also