GoDiagram Win Reference
DrawMark Method

the GoRulerMark describing this kind of mark
the position at which to draw the line
Draw a particular tick mark on the ruler, as described by a GoRulerMark.
Syntax
'Declaration
 
Protected Overridable Sub DrawMark( _
   ByVal g As Graphics, _
   ByVal rm As GoRulerMark, _
   ByVal number As Double _
) 
protected virtual void DrawMark( 
   Graphics g,
   GoRulerMark rm,
   double number
)

Parameters

g
rm
the GoRulerMark describing this kind of mark
number
the position at which to draw the line
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

GoRuler Class
GoRuler Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback