Tabulation addHeaderImage

From Catglobe Wiki
Revision as of 13:48, 22 June 2016 by MortenHattingVoltelen (talk | contribs) (Created page with "{{HelpFiles}} ==== Tabulation_addHeaderImage ==== Adds an image to the header '''Syntax''' Tabulation_addHeaderImage(''TabulationImage'') '''Arguments''' *TabulationIm...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Tabulation_addHeaderImage

Adds an image to the header

Syntax

Tabulation_addHeaderImage(TabulationImage)

Arguments


Examples

Array image2 = Resource_searchByName("voxmeterlogo",Resource_Type_Attachment,0,NAME_SEARCH_TYPE_ANYWHERE,1,64);
Attachment img2 = new Attachment(image2[0][1]);

TabulationImage t2 = new TabulationImage(img2, HeFoPaRight);
//t.Opacity = 0.5;
t2.Height = 20;
Tabulation_addHeaderImage(t2);