Scale the Points, or polygon, from the weighted center. The scaled polygon is returned.
Namespace: FMX.RS.Graphics
Parameters
Pt
Type: System.Void
Polygon to scale
ScaleDX
Type: Single
Amount to scale polygon on x-axis. A value of 1 is no scaling.
ScaleDY
Type: Single
Amount to scale polygon on y-axis. A value of 1 is no scaling.
Type: TRSPoints