Click or drag to resize

LocationScale(RectangleF, Single, Single) Method

Scale a rectangle 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 RectangleF Scale(
	RectangleF rt,
	float sx,
	float sy
)

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

RectangleF
Returns a scaled RectangleF.
See Also