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
)
Protected Overridable Function GetTransformFunction (
targetMapRectangle As Boolean,
targetSize As Point,
sourceBoundingBox As Point,
sourceSize As MapRectangle
) As Func
protected:
virtual Func^ GetTransformFunction(
bool targetMapRectangle,
Point targetSize,
Point sourceBoundingBox,
MapRectangle sourceSize
)
abstract GetTransformFunction :
targetMapRectangle : bool *
targetSize : Point *
sourceBoundingBox : Point *
sourceSize : MapRectangle -> Func
override GetTransformFunction :
targetMapRectangle : bool *
targetSize : Point *
sourceBoundingBox : Point *
sourceSize : MapRectangle -> Func
Parameters
- targetMapRectangle
- Type: SystemBoolean
- targetSize
- Type: System.WindowsPoint
- sourceBoundingBox
- Type: System.WindowsPoint
- sourceSize
- Type: Ptv.XServer.Controls.Map.Tools.ReprojectionMapRectangle
Return Value
Type:
FuncT, TResultSee Also