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 As Point2F, _
ByVal As System.Single, _
ByVal As System.Single _
) As Point2F
public static Point2F Scale(
Point2F ,
System.float ,
System.float
)
Parameters
- pt
- scaleX
- scaleY
See Also