GoDiagram Win Reference
GoLayer Class Methods


For a list of all members of this type, see GoLayer members.

Public Methods
 NameDescription
Public MethodAddAdd an object to this layer.  
Public MethodAddCollectionRe-parent some objects to be top-level objects, even if they are part of groups in this same layer.  
Public MethodCanCopyObjectsCalled to see if the user can copy selected objects in this layer.  
Public MethodCanDeleteObjectsCalled to see if the user can delete selected objects in this layer.  
Public MethodCanEditObjectsCalled to see if the user can edit objects in this layer.  
Public MethodCanInsertObjectsCalled to see if the user can insert objects in this layer.  
Public MethodCanLinkObjectsCalled to see if the user can link objects in this layer.  
Public MethodCanMoveObjectsCalled to see if the user can move selected objects in this layer.  
Public MethodCanPrintObjectsCalled to see if the view should print objects in this layer.  
Public MethodCanReshapeObjectsCalled to see if the user can reshape resizable objects in this layer.  
Public MethodCanResizeObjectsCalled to see if the user can resize selected objects in this layer.  
Public MethodCanSelectObjectsCalled to see if the user can select objects in this layer.  
Public MethodCanViewObjectsCalled to see if the user can see objects in this layer.  
Public MethodClearRemove all objects from this layer.  
Public MethodContainsDetermine if an object belongs to this layer.  
Public MethodCopyArrayReturns a newly allocated array of all of the GoObjects in this collection.  
Public MethodCopyToCopy references to all of the objects in this collection into an array.  
Public MethodGetEnumeratorGet an GoLayerEnumerator that iterates over all objects in this layer.  
Public MethodMoveAfterChange the Z-order of an object in this layer by moving it to be after (i.e. in front of) another object.  
Public MethodMoveBeforeChange the Z-order of an object in this layer by moving it to be before (i.e. behind) another object.  
Public MethodNextObjectReturn the next object in the Z-order, given an object in this layer.  
Public MethodPaintRender all of the visible objects in this layer within a rectangle to a Graphics.  
Public MethodPickObjectFind a visible object in this layer at a given point.  
Public MethodPickObjectsReturn a collection of objects that can be picked at a particular point.  
Public MethodPickObjectsInRectangleReturn a collection of objects that are surrounded by a given rectangle.  
Public MethodRemoveMake sure this layer no longer holds an object.  
Public MethodSetModifiableThis method sets some properties that determine whether the user can modify any objects in this layer.  
Top
See Also

Reference

GoLayer Class
Northwoods.Go Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback