السلام عليكم
كيف الاحوال ؟؟؟؟؟؟ ..........ان شاء الله تمام التمام
في درسنا اليوم سنحاول ان نرسم ورقة ميليمترية
مثل هذا الشكل
اولا لا نستخدم سوى خط صعير جدا احمر
انظر الصورة هذه
جميل جدا ...............الان هل تعرفون الكود الموالي :
PHP Code:
Page.CreateObject
كالنصوص او الانوبت او الصور او غيرها ...........
سنعتمد على هذا الكود و تحديد اي سيكون الصور بدالة تكرارية فقط
افتح صفحة جديدة ..................
.ضع الصورة هذه
في مجلد الصور و سميها damas و هي من فئة png
جميل جدا ............الان في الصفحة اذهب الى On show و ازرع هذا الكود
PHP Code:
w = Page.GetSize().Width;
h = Page.GetSize().Height;
tImageProperties = {};
tImageProperties.ImageFile = "AutoPlay\\Images\\damas.png";
--------------h-------------------
for i = 1, h/5 do
tImageProperties.Width = w;
tImageProperties.Height = 1;
tImageProperties.X = 0;
tImageProperties.Y =(i*5);
Page.CreateObject(OBJECT_IMAGE, "h"..i, tImageProperties);
end
-------------- v -----------
for t = 1,w/5 do
tImageProperties.Width = 1;
tImageProperties.Height = h;
tImageProperties.X = (t*5);
tImageProperties.Y = 0;
Page.CreateObject(OBJECT_IMAGE, "v"..t, tImageProperties);
end
----------- blod --------------
for i=1,w/10 do
p=i*5
Image.SetProperties("v"..p,{Width=2});
end
for i=1,h/10 do
p=i*5
Image.SetProperties("h"..p,{Height=2});
end
Image.SetProperties("h"..h/10,{Height=3});
Image.SetProperties("v"..w/10,{Width=3});
ننتظر تطبيقكم للكود برفع ملفات مفتوحة او صور للشاشة عند المعاينة