Bitmap.BitmapChanged; 在 FMX.Graphics 中受到保护,因此我无法使用该程序。
使用 TImage 或 TImageControler 我正在画一条线,但该线没有显示。
我正在使用这个片段:
imgc1.Bitmap.Canvas.BeginScene;
imgc1.Bitmap.Canvas.DrawLine(FStartPoint,FEndPoint, 100);
imgc1.Bitmap.Canvas.EndScene;
imgc1.Bitmap.BitmapChanged; // the original example said that this would redraw the image. In my CE Rio IDE the BitmapChanged is undefind. How can I use it?
划清界线。IDE 找不到 BitmapChanged。