*MeasureDispG
Display measure result processing
Select relevant occasion of Macro unit in the image display windows. Call the processing when display processing of measuring result.
Draw chart and image processing in the image display windows.
Furthermore, We can call other unit measure result to display processing.
Example of Code
*MEASUREDISPG
MeasureDispG 1,0
MYUNIT& = UnitNo
SX& = UnitData(MYUNIT& - 1,"SX")
SY& = UnitData(MYUNIT& - 1,"SY")
SetDrawStyle PS_SOLID, 3, JUDGE_NG
DrawLine SX&, SY& - 10, SX&, SY& + 10, 0
DrawLine SX& - 10, SY&, SX& + 10, SY&, 0
Return