FieldCorrectionTransfomationCreateHeightBitmap Method |
Creates a bitmap using the height of the previously transformed field correction as gray values.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void CreateHeightBitmap(
string path,
int pixelScale
)
Parameters
- path String
- Path of the bitmap to store.
- pixelScale Int32
- Scales the number of grid points.
ExceptionsException | Condition |
---|
Exception | Thrown if no field correction was transformed before. |
See Also