Difference between revisions of "RibbonSection.Draw"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
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.

Latest revision as of 14:25, 6 August 2015

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.