Click or drag to resize

ReprojectionServiceGetTransformFunction Method

Namespace:  Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
protected virtual Func GetTransformFunction(
	bool targetMapRectangle,
	Point targetSize,
	Point sourceBoundingBox,
	MapRectangle sourceSize
)

Parameters

targetMapRectangle
Type: SystemBoolean
targetSize
Type: System.WindowsPoint
sourceBoundingBox
Type: System.WindowsPoint
sourceSize
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionMapRectangle

Return Value

Type: FuncT, TResult
See Also