Scale(Size2F,Single,Single) Method
In This Topic
Scales the width and height by the specified scaleX and scaleY.
Syntax
'Declaration
Public Overloads Shared Function Scale( _
ByVal As Size2F, _
ByVal As System.Single, _
ByVal As System.Single _
) As Size2F
public static Size2F Scale(
Size2F ,
System.float ,
System.float
)
Parameters
- sz
- scaleX
- scaleY
See Also