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