2010-11-02, 06:13 PM
If I have the following in my skin.xml file:
How do I get the actual rectangle element for the "@text" element? Using:
I can get that element, but I'm not sure how to get the inner element size.
Thanks.
Code:
<Element name="AlertTextBoxNormal" location="01,01" size="98,98" alpha="175">
<Text text="@text" location="00,00" size="50,50" font="ForecastDetails" align="Left" valign="Top" />
</Element>
How do I get the actual rectangle element for the "@text" element? Using:
Code:
skinHelper.GetActualElementRectangle("AlertTextBoxNormal")
Thanks.
Author of Weather (NPVR) & Weather2 (GBPVR)