Hello;

I'm new with delphi and pxl and have some Questions.

1- how i can change the pixel size automatically when i create an full screen app

I think the code is myDevice.Windowed:= True; in Asphyre but not in PXL.

2- what is the equivalent of this code in pxl ? >

myCanvas.DrawRot(myImage, X, Y, Angle, Scale, Color, Trunc(Pattern), DrawFx);


Thanks!