GoDiagram Web Reference
GoGrid Class
Members 

An object that draws a set of dots, crosses, or lines in a rectangular pattern, and that can affect how objects are moved, copied, and resized.
Syntax
'Declaration
 
<SerializableAttribute()>
Public Class GoGrid 
   Inherits GoRectangle
   Implements IGoDragSnapper 
[SerializableAttribute()]
public class GoGrid : GoRectangle, IGoDragSnapper  
Remarks
A GoGrid is not a table containing cells of objects. This class just draws lines in a regular manner within the bounds of this object according to a frequency specified by the CellSize. The appearance of the lines is governed by the Style and LineWidth and LineColor. You can also specify a regular pattern of colors by specifying CellColors. Furthermore a grid can have a semi-infinite or infinite extent by setting UnboundedSpots. This class also implements the IGoDragSnapper interface, which affects how various view methods and tools move, copy, and resize objects.
Inheritance Hierarchy

System.Object
   Northwoods.GoWeb.GoObject
      Northwoods.GoWeb.GoShape
         Northwoods.GoWeb.GoRectangle
            Northwoods.GoWeb.GoGrid

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 Members
Northwoods.GoWeb Namespace

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback