Difference between revisions of "RibbonSection.Draw"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 4: | Line 4: | ||
| ownertype=class | | ownertype=class | ||
| scope=public | | scope=public | ||
− | | parameters=g As Graphics, X As Integer, Y As Integer, DrawStep As Integer = 0 | + | | parameters=g As Graphics, X As Integer, Y As Integer, Left As Integer, Top As Integer, DrawStep As Integer = 0 |
| returntype=Integer | | returntype=Integer | ||
+ | | version=1.2.5 | ||
| platform=all | | platform=all | ||
}} | }} | ||
Line 11: | Line 12: | ||
+ | modifiedinversion 1.2.5 | ||
Draws the Section and returns its width. | Draws the Section and returns its width. |
Revision as of 23:55, 24 May 2012
Method
RibbonSection.Draw ( g As Graphics, X As Integer, Y As Integer, Left As Integer, Top As Integer, DrawStep As Integer = 0 ) As Integer
modifiedinversion 1.2.5 Draws the Section and returns its width.