Click or drag to resize

LocationIsotropicFit Method

Shrink 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 IsotropicFit(
	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 shrinked.

Return Value

Type: RectangleF
Returns a shrinked RectangleF.
See Also