GoDiagram Web Reference
DrawGridCrosses Method

how long the lines of each cross should be
the area in document coordinates that needs to be painted; this is used to optimize the drawing by not trying to draw anything that is clearly outside of this clipping rectangle
Draw small crosses at the grid points.
Syntax
'Declaration
 
Protected Overridable Sub DrawGridCrosses( _
   ByVal g As Graphics, _
   ByVal view As GoView, _
   ByVal cross As SizeF, _
   ByVal clipRect As RectangleF _
) 
protected virtual void DrawGridCrosses( 
   Graphics g,
   GoView view,
   SizeF cross,
   RectangleF clipRect
)

Parameters

g
view
cross
how long the lines of each cross should be
clipRect
the area in document coordinates that needs to be painted; this is used to optimize the drawing by not trying to draw anything that is clearly outside of this clipping rectangle
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

GoGrid Class
GoGrid Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback