GoDiagram Win Reference
GoRulerMark Constructor(Single,Single,Boolean)

between 0 and 1, inclusive; the value for Start
between 0 and 1, inclusive; the value for End
whether to draw the number; the value for Numbered
Construct a GoRulerMark specifying both start and end fractions.
Syntax
'Declaration
 
Public Function New( _
   ByVal start As Single, _
   ByVal end As Single, _
   ByVal numbered As Boolean _
)
public GoRulerMark( 
   float start,
   float end,
   bool numbered
)

Parameters

start
between 0 and 1, inclusive; the value for Start
end
between 0 and 1, inclusive; the value for End
numbered
whether to draw the number; the value for Numbered
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoRulerMark Structure
GoRulerMark Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback