GridReprojectorInitialize(Boolean) Method

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.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void Initialize(
	bool oneTimeConvert
)

Parameters

oneTimeConvert  Boolean
 

See Also