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