Click or drag to resize

FieldCorrectionTransfomationCreateHeightBitmap Method

Creates a bitmap using the height of the previously transformed field correction as gray values.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public void CreateHeightBitmap(
	string path,
	int pixelScale
)

Parameters

path  String
Path of the bitmap to store.
pixelScale  Int32
Scales the number of grid points.
Exceptions
ExceptionCondition
ExceptionThrown if no field correction was transformed before.
See Also