Scale(RectD,Double,Double) Method
In This Topic
Scales all coordinates of a rectangle by the specified scaleX and scaleY.
Syntax
'Declaration
Public Overloads Shared Function Scale( _
ByVal As RectD, _
ByVal As System.Double, _
ByVal As System.Double _
) As RectD
public static RectD Scale(
RectD ,
System.double ,
System.double
)
Parameters
- rc
- scaleX
- scaleY
See Also