TypeLibF Xojo Plugin

PolygonF.Scale Method

Scales the Polygon

Scale(
   dx as Double,
   dy as Double)

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