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: 11.2.0.0
Syntax
public RectangleF IsotropicFitEnlarge(
	RectangleF master,
	RectangleF rt
)

Parameters

master
Type: Easymap.AddIn.Common.GraphicsRectangleF
Rectangle which will be used to fit.
rt
Type: Easymap.AddIn.Common.GraphicsRectangleF
Rectangle which will be enlarged.

Return Value

Type: RectangleF
Returns a enlarged RectangleF.
See Also