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