I want to draw a line like x=2 using TLine, but it always report an error like this:
I have tried different type like int; float ,and double, but it still say it is the wrong type. Do you know where is the problem?
I have defined x1,x2,y1,y2 as different type.

