LocationScale Method (Single, Single) |
Scale a location by specified x and y value.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic Location Scale(
float sx,
float sy
)
Public Function Scale (
sx As Single,
sy As Single
) As Location
Parameters
- sx
- Type: SystemSingle
The x value by which to scale. - sy
- Type: SystemSingle
The y value by which to scale.
Return Value
Type:
LocationReturns a scaled location.
See Also