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