Click or drag to resize

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
)

Parameters

rect
Type: Easymap.AddIn.Common.GraphicsRectangleF
Rectangle into which will be stretched.

Return Value

Type: Location
Returns the stretched location.
See Also