Returns a new Geometry which is a copy of the input Geometry scaled in size around the center of the geometry.

Overload List

  NameDescription
Scale(Geometry, Double)
Returns a new Geometry which is a copy of the input Geometry scaled by the specified amount along both the x and y axis, .
Scale(Geometry, Double, Point)
Returns a new Geometry which is a copy of the input Geometry scaled by the specified factor along both the x and y axis, using the specified Point of origin.
Scale(Geometry, Double, Double)
Returns a new Geometry which is a copy of the input Geometry scaled by the specified factors along the x and y axis, around the center of the geometry.
Scale(Geometry, Double, Double, Point)
Returns a new Geometry which is a copy of the input Geometry scaled by the specified factors along the x and y axis, using the specified Point of origin..

Remarks

The Scale method does not change the inputGeometry object.

See Also