how to use WinProp_WriteBitmapLegend in winprop API?
hi all,
i want to output bitmap file with legend of result using winprop api below. But i don't know how to define the parameters ( such as Legend)?
would anyone give me some tips and example code ?
thanks very much!
int WinProp_WriteBitmapLegend(WinProp_Result * Result, double MeterPerPixel, char *
FilenameOutput, WinProp_Legend * Legend)
Find more posts tagged with
Sort by:
1 - 1 of
11
Hi,
this can be done as shown in the example on page 199 of the WinProp API reference guide:
Then WinProp_Legend_Allocate needs to be called with the NrSamplingPoints equal to the number of thresholds to be used in the legende. And before the program end then WinProp_Legend_Free.
The legende can then be configured using the following code: