Click or drag to resize

ImageReprojectorReproject Method (ArgbImage, ArgbImage, ReprojectionBlock, Func, Boolean)

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 void Reproject(
	ArgbImage source,
	ArgbImage target,
	ReprojectionBlock block,
	Func transformTargetToSource,
	bool scale
)

Parameters

source
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionArgbImage
target
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionArgbImage
block
Type: Ptv.XServer.Controls.Map.Tools.ReprojectionReprojectionBlock
transformTargetToSource
Type: SystemFuncT, TResult
scale
Type: SystemBoolean
See Also