Scales the size by specified values.
Syntax
'Declaration
Public Function Scale( _
ByVal As Double, _
ByVal As Double _
) As Size
public Size Scale(
double ,
double
)
Parameters
- factorX
- The width scaling factor.
- factorY
- The height scaling factor.
Return Value
Size.
See Also