Jw8. Posted March 30, 2017 Share Posted March 30, 2017 انا مسوي لوحة تسجيل على صورة وابيه تضهر زينه panel = guiCreateStaticImage(446, 143, 343, 505, "x.png", false) ابيه تطلع على تقرير x800,600,32 على كلهن Link to comment
AHMED MOSTAFA Posted March 30, 2017 Share Posted March 30, 2017 Just now, DmAr511 said: انا مسوي لوحة تسجيل على صورة وابيه تضهر زينه panel = guiCreateStaticImage(446, 143, 343, 505, "x.png", false) ابيه تطلع على تقرير x800,600,32 على كلهن Ex... guiGetScreenSize -- Ex. local sW, sH = guiGetScreenSize() theImage = guiCreateStaticImage((sW - 500) / 2, ( sH - 200) / 2, 500, 200, "theImage.png", false) -- 500 , 200 -- اطوال الصورة -- (sW - 500) / 2, ( sH - 200) / 2 -- مكان الصورة بالنسبة لأي قياس شاشة Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now