| TypeLibF REALbasic Support Plugin |
|
PolygonF.Scale Method
Scales the Polygon
Scale(
dx as Single,
dy as Single)
Parameters
- dx
- The amount to scale it. Putting 2.0 here would make the Polygon 2x bigger in the x direction.
- dy
- The amount to scale it. Putting 2.0 here would make the Polygon 2x bigger in the y direction.
Remarks
See Also
PolygonF Class