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

Parameters

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

Return Value

RectangleF
Returns a shrinked RectangleF.
See Also