Click or drag to resize

LocationScale(Single, Single) Method

Scale a location by specified x and y value.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public Location Scale(
	float sx,
	float sy
)

Parameters

sx  Single
The x value by which to scale.
sy  Single
The y value by which to scale.

Return Value

Location
Returns a scaled location.
See Also