LocationStretchIntoRect Method |
Stretch current location into a specified rectangle.
Namespace:
Easymap.AddIn.Common.Graphics
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public Location StretchIntoRect(
RectangleF rect
)
Public Function StretchIntoRect (
rect As RectangleF
) As Location
Parameters
- rect
- Type: Easymap.AddIn.Common.GraphicsRectangleF
Rectangle into which will be stretched.
Return Value
Type:
LocationReturns the stretched location.
See Also