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.3.0.0
Syntax
public Location StretchIntoRect(
	RectangleF rect
)

Parameters

rect  RectangleF
Rectangle into which will be stretched.

Return Value

Location
Returns the stretched location.
See Also