Click or drag to resize

LocationIsotropicFitEnlarge Method

Enlarge a rectangle to a specified rectangle.

Namespace: Easymap.AddIn.Common.Graphics
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public RectangleF IsotropicFitEnlarge(
	RectangleF master,
	RectangleF rt
)

Parameters

master  RectangleF
Rectangle which will be used to fit.
rt  RectangleF
Rectangle which will be enlarged.

Return Value

RectangleF
Returns a enlarged RectangleF.
See Also