Click or drag to resize

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.

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

Parameters

source
Type: SystemByte
Source data array
target
Type: SystemByte
Target data array
See Also