Tabulation addImage

From Catglobe Wiki
Revision as of 12:39, 22 June 2016 by MortenHattingVoltelen (talk | contribs) (Created page with "=== <span style="color:#DF8621">'''Examples'''</span> === <source lang="javascript">Array image2 = Resource_searchByName("voxmeterlogo",Resource_Type_Attachment,0,NAME_SEARCH...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Examples

Array image2 = Resource_searchByName("voxmeterlogo",Resource_Type_Attachment,0,NAME_SEARCH_TYPE_ANYWHERE,1,64);<br/>Attachment img2 = new Attachment(image2[0][1]);<br/><br/>TabulationImage t2 = new TabulationImage(img2, tps);<br/>//t.Opacity = 0.5;<br/>t2.Height = 20;<br/>Tabulation_addImage(t2);<br/>