Northwoods.Go Assembly > Northwoods.Go Namespace : GoLayer Class |
The following tables list the members exposed by GoLayer.
Name | Description | |
---|---|---|
ChangedAllowCopy | This is a RaiseChanged hint identifying changes to the value of the AllowCopy property. | |
ChangedAllowDelete | This is a RaiseChanged hint identifying changes to the value of the AllowDelete property. | |
ChangedAllowEdit | This is a RaiseChanged hint identifying changes to the value of the AllowEdit property. | |
ChangedAllowInsert | This is a RaiseChanged hint identifying changes to the value of the AllowInsert property. | |
ChangedAllowLink | This is a RaiseChanged hint identifying changes to the value of the AllowLink property. | |
ChangedAllowMove | This is a RaiseChanged hint identifying changes to the value of the AllowMove property. | |
ChangedAllowPrint | This is a RaiseChanged hint identifying changes to the value of the AllowPrint property. | |
ChangedAllowReshape | This is a RaiseChanged hint identifying changes to the value of the AllowReshape property. | |
ChangedAllowResize | This is a RaiseChanged hint identifying changes to the value of the AllowResize property. | |
ChangedAllowSelect | This is a RaiseChanged hint identifying changes to the value of the AllowSelect property. | |
ChangedAllowView | This is a RaiseChanged hint identifying changes to the value of the AllowView property. | |
ChangedIdentifier | This is a RaiseChanged hint identifying changes to the value of the Identifier property. | |
ChangedObject | This is a RaiseChanged hint used for all property changes to GoObjects. | |
ChangedObjectLayer | This is a RaiseChanged hint. | |
ChangedObjectZOrder | This is a RaiseChanged hint. | |
InsertedObject | This is a RaiseChanged hint. | |
RemovedObject | This is a RaiseChanged hint. |
Name | Description | |
---|---|---|
AllowCopy | Gets or sets whether the user can copy selected objects in this layer. | |
AllowDelete | Gets or sets whether the user can delete selected objects in this layer. | |
AllowEdit | Gets or sets whether the user can edit objects in this layer. | |
AllowInsert | Gets or sets whether the user can insert objects in this layer. | |
AllowLink | Gets or sets whether the user can link objects in this layer. | |
AllowMove | Gets or sets whether the user can move selected objects in this layer. | |
AllowPrint | Gets or sets whether the objects in this layer will be printed. | |
AllowReshape | Gets or sets whether the user can reshape resizable objects in this layer. | |
AllowResize | Gets or sets whether the user can resize selected objects in this layer. | |
AllowSelect | Gets or sets whether the user can select objects in this layer. | |
AllowView | Gets or sets whether the user can see objects in this layer. | |
Count | Gets the number of objects in this layer. | |
Document | Gets the document that this layer belongs to, or null if this is a view layer. | |
Identifier | Gets or sets an identifier for this layer. | |
IsReadOnly | This collection is never read-only programmatically, but might not be modifiable by the user: SetModifiable. | |
View | Gets the view that this layer belongs to, or null if this is a document layer. |
Name | Description | |
---|---|---|
Add | Add an object to this layer. | |
AddCollection | Re-parent some objects to be top-level objects, even if they are part of groups in this same layer. | |
CanCopyObjects | Called to see if the user can copy selected objects in this layer. | |
CanDeleteObjects | Called to see if the user can delete selected objects in this layer. | |
CanEditObjects | Called to see if the user can edit objects in this layer. | |
CanInsertObjects | Called to see if the user can insert objects in this layer. | |
CanLinkObjects | Called to see if the user can link objects in this layer. | |
CanMoveObjects | Called to see if the user can move selected objects in this layer. | |
CanPrintObjects | Called to see if the view should print objects in this layer. | |
CanReshapeObjects | Called to see if the user can reshape resizable objects in this layer. | |
CanResizeObjects | Called to see if the user can resize selected objects in this layer. | |
CanSelectObjects | Called to see if the user can select objects in this layer. | |
CanViewObjects | Called to see if the user can see objects in this layer. | |
Clear | Remove all objects from this layer. | |
Contains | Determine if an object belongs to this layer. | |
CopyArray | Returns a newly allocated array of all of the GoObjects in this collection. | |
CopyTo | Copy references to all of the objects in this collection into an array. | |
GetEnumerator | Get an GoLayerEnumerator that iterates over all objects in this layer. | |
MoveAfter | Change the Z-order of an object in this layer by moving it to be after (i.e. in front of) another object. | |
MoveBefore | Change the Z-order of an object in this layer by moving it to be before (i.e. behind) another object. | |
NextObject | Return the next object in the Z-order, given an object in this layer. | |
Paint | Render all of the visible objects in this layer within a rectangle to a Graphics . | |
PickObject | Find a visible object in this layer at a given point. | |
PickObjects | Return a collection of objects that can be picked at a particular point. | |
PickObjectsInRectangle | Return a collection of objects that are surrounded by a given rectangle. | |
Remove | Make sure this layer no longer holds an object. | |
SetModifiable | This method sets some properties that determine whether the user can modify any objects in this layer. |