GridReprojectorConvertBitmapData Method

NOTE: Experimental!

Convert source data to target data, assuming source and target are 32 bit bitmap data.

When defining source and target grid, remember they must include the proper "scan width" (single row of pixels), which may be larger than the width of the bitmap image.

Currently only supports top-down bitmaps.

Definition

Namespace: DHI.Projections
Assembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public void ConvertBitmapData(
	byte[] source,
	byte[] target
)

Parameters

source  Byte
Source data array
target  Byte
Target data array

See Also