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: 11.2.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