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