Click or drag to resize

GridReprojectorInitialize Method (Boolean)

Initialize; calculate target grid info (if necessary), set up internal structures for fast processing of reprojections and interpolations.

If only one conversion is required, set the oneTimeConvert to true, to skip setting up of internal structures. Currently only applicable if using the ConvertBitmapData(Byte, Byte) method.

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void Initialize(
	bool oneTimeConvert
)

Parameters

oneTimeConvert
Type: SystemBoolean
See Also