LocationIsotropicFit Method |
Shrink a rectangle to a specified rectangle.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic RectangleF IsotropicFit(
RectangleF master,
RectangleF rt
)
Public Function IsotropicFit (
master As RectangleF,
rt As RectangleF
) As RectangleF
Parameters
- master RectangleF
- Rectangle which will be used to fit.
- rt RectangleF
- Rectangle which will be shrinked.
Return Value
RectangleFReturns a shrinked RectangleF.
See Also