Canvas->BeginScene(); TPointF a(wt,0); TPointF centr(wt,ht); Image1->Canvas->DrawLine(a,centr,100); Canvas->EndScene(); When compiling for a computer, it normally displays a drawing, and when compiled for an android, there is no drawing. radstudio c ++ builder (fmx)