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