| Name | Description |
| AddObserver | Register an object as an observer of changes to this object. (Inherited from Northwoods.Go.GoObject) |
| AddPoint | Overloaded. Add another point to the end of this stroke. (Inherited from Northwoods.Go.GoStroke) |
| AddSelectionHandles | Overridden. Unlike a normal GoStroke the end handles are in the shape of diamonds if Relinkable is true. |
| CalculateArrowhead | Modify an array of points to hold the four points of a polygon outlining an arrowhead (Inherited from Northwoods.Go.GoStroke) |
| CalculateRoute | This implementation of IGoRoutable just calls CalculateStroke to determine a new path (i.e. a new set of points) for this link. |
| CalculateStroke | This method is responsible for determining the points in the stroke, given the positions of the ports. |
| CanCopy | Called to see if the user can copy this object. (Inherited from Northwoods.Go.GoObject) |
| CanDelete | Called to see if the user can delete this object. (Inherited from Northwoods.Go.GoObject) |
| CanEdit | Called to see if the user can edit this object. (Inherited from Northwoods.Go.GoObject) |
| CanMove | Called to see if the user can move this object. (Inherited from Northwoods.Go.GoObject) |
| CanPrint | Called to see if the view can print this object. (Inherited from Northwoods.Go.GoObject) |
| CanReshape | Called to see if the user can reshape this object. (Inherited from Northwoods.Go.GoObject) |
| CanResize | Called to see if the user can resize this object. (Inherited from Northwoods.Go.GoObject) |
| CanSelect | Called to see if the user can select this object. (Inherited from Northwoods.Go.GoObject) |
| CanView | Called to see if the user can see this object. (Inherited from Northwoods.Go.GoObject) |
| Changed | Overridden. If one of the stroke's points has changed, we notify this link's AbstractLink about the change, so that it has a chance to recalculate its stroke. |
| ChangeValue | Overridden. Performs changes for undo and redo. |
| Changing | Notify this object's document or view that some part of this object's state is about to be changed. (Inherited from Northwoods.Go.GoObject) |
| ClearPoints | Remove all of the points for this stroke. (Inherited from Northwoods.Go.GoStroke) |
| ComputeMove | Calculate a new location for this object. (Inherited from Northwoods.Go.GoObject) |
| ComputeResize | Calculate a new bounding rectangle for this object. (Inherited from Northwoods.Go.GoObject) |
| ContainedByRectangle | Consider the Pen width when determining if this shape is inside a rectangle. (Inherited from Northwoods.Go.GoShape) |
| ContainsPoint | A point is in a stroke only if it is near one of its segments. (Inherited from Northwoods.Go.GoStroke) |
| Copy | This convenience method just makes a copy of the object itself, using a generic GoCopyDictionary. (Inherited from Northwoods.Go.GoObject) |
| CopyNewValueForRedo | Copies state to permit a redo. (Inherited from Northwoods.Go.GoStroke) |
| CopyObject | Overridden. Copying a link does not immediately set the IGoLink.FromPort and IGoLink.ToPort of the copied link, but does add the link to the copy dictionary's Delayeds collection so that later processing can set those properties. |
| CopyObjectDelayed | Overridden. Make sure both ports are newly copied ports, or else remove this link from the destination layer. |
| CopyOldValueForUndo | Copies state to permit an undo. (Inherited from Northwoods.Go.GoStroke) |
| CopyPointsArray | Returns a copy of the array of points in this stroke. (Inherited from Northwoods.Go.GoStroke) |
| CreateBoundingHandle | Create a bounding handle for this object. (Inherited from Northwoods.Go.GoObject) |
| CreateEditor | Create a GoControl that implements an editor for this object in the given view. (Inherited from Northwoods.Go.GoObject) |
| CreateResizeHandle | Create a resize handle for this object, given a handle ID. (Inherited from Northwoods.Go.GoObject) |
| DoBeginEdit | Start editing this object in the given view. (Inherited from Northwoods.Go.GoObject) |
| DoEndEdit | Stop editing this object in the given view. (Inherited from Northwoods.Go.GoObject) |
| DoMove | Called when a user moves this object. (Inherited from Northwoods.Go.GoObject) |
| DoResize | Overridden. Handle resizing in the same manner as GoStroke, but when Orthogonal is true, we move both points of the middle segment in order to maintain orthogonality. |
| ExpandPaintBounds | Consider Pen width, miter limit, drop shadow and highlight in computing the paint bounds. (Inherited from Northwoods.Go.GoStroke) |
| FillDoubleEdge | Overloaded. Set the GoShape.Brush to be a vertical linear gradient starting with the start color, with most of the center being Color.White, and ending with the starting color. (Inherited from Northwoods.Go.GoShape) |
| FillEllipseGradient | Overloaded. Set the GoShape.Brush to be a gradient occupying this shape's GoObject.Bounds, with the color color along the four edges of the rectangle, surrounding a very light version of that color. (Inherited from Northwoods.Go.GoShape) |
| FillHalfGradient | Overloaded. Set the GoShape.Brush to be a vertical linear gradient starting with a very light version of the color color, and having the last half of the gradient be the solid color color. (Inherited from Northwoods.Go.GoShape) |
| FillMiddleGradient | Overloaded. Set the GoShape.Brush to be a vertical linear gradient starting with a very light version of the color color, having the middle with a color lighter than color, and ending with the starting color. (Inherited from Northwoods.Go.GoShape) |
| FillRectangleGradient | Overloaded. Set the GoShape.Brush to be a gradient occupying this shape's GoObject.Bounds, with the color color along the four edges of the rectangle, surrounding a very light version of that color. (Inherited from Northwoods.Go.GoShape) |
| FillShadedGradient | Overloaded. Set the GoShape.Brush to be a vertical linear gradient starting with a very light version of the color color, having the middle with a color lighter than color, and ending with a darker color than the color. (Inherited from Northwoods.Go.GoShape) |
| FillShapeFringe | Overloaded. Set the GoShape.Brush to be a path shaped gradient starting with the start color, with most of the center being Color.White. (Inherited from Northwoods.Go.GoShape) |
| FillShapeGradient | Overloaded. Set the GoShape.Brush to be a path shaped gradient with the color color surrounding a very light version of that color. (Inherited from Northwoods.Go.GoShape) |
| FillShapeHighlight | Overloaded. Set the GoShape.Brush to be a path shaped gradient that is mostly the start color, with a white "highlight". (Inherited from Northwoods.Go.GoShape) |
| FillSimpleGradient | Overloaded. Set the GoShape.Brush to be a simple vertical linear gradient using the given color. (Inherited from Northwoods.Go.GoShape) |
| FillSingleEdge | Overloaded. Set the GoShape.Brush to be a vertical linear gradient starting with the start color, with most of the center being Color.White. (Inherited from Northwoods.Go.GoShape) |
| GetArrowheadPointsCount | Gets the number of points to be used in the polygon representing an arrowhead. (Inherited from Northwoods.Go.GoStroke) |
| GetContextMenu | Called to get a GoContextMenu to display for this object. (Inherited from Northwoods.Go.GoObject) |
| GetContextMenuStrip | Called to get a ContextMenuStrip to display for this object. (Inherited from Northwoods.Go.GoObject) |
| GetCursorName | Called by GoObject.OnMouseOver to determine the cursor, if any, to display over this object. (Inherited from Northwoods.Go.GoObject) |
| GetNearestIntersectionPoint | The closest intersection point of a stroke with a line is the closest such point for each of its segments. (Inherited from Northwoods.Go.GoStroke) |
| GetOtherNode | Overloaded. Return the node at the other end of this link from the given node. |
| GetOtherPort | Overloaded. Return the port at the other end of this link from the given port. |
| GetPartInfo | Return a GoPartInfo that describes this object and that can be transmitted to the client (user agent) as JavaScript data structures that can be used by code running on the client. (Inherited from Northwoods.Go.GoObject) |
| GetPoint | Get the point at a particular index. (Inherited from Northwoods.Go.GoStroke) |
| GetRectangleSpotLocation | Get the position of a spot in a rectangle. (Inherited from Northwoods.Go.GoObject) |
| GetSegmentNearPoint | Return the index of the first point of a segment of this stroke that is close to a given point. (Inherited from Northwoods.Go.GoStroke) |
| GetShadowBrush | Get a Brush for painting a drop shadow in the given view. (Inherited from Northwoods.Go.GoObject) |
| GetShadowOffset | Gets the size of a drop shadow for this object in the given view. (Inherited from Northwoods.Go.GoObject) |
| GetShadowPen | Get a Pen for painting a drop shadow in the given view. (Inherited from Northwoods.Go.GoObject) |
| GetSpotLocation | Get the position of a spot on this object. (Inherited from Northwoods.Go.GoObject) |
| GetToolTip | Overridden. Return a string to be displayed in a tooltip, or null for none. |
| InsertPoint | Add a point at a particular index, thereby increasing the number of points by one. (Inherited from Northwoods.Go.GoStroke) |
| InvalidateViews | Cause all views to repaint this object when they get a chance. (Inherited from Northwoods.Go.GoObject) |
| IsChildOf | Determines if this object is a child, perhaps indirectly, of the given object. (Inherited from Northwoods.Go.GoObject) |
| MakePath | Returns a GraphicsPath representation of what will be drawn. (Inherited from Northwoods.Go.GoStroke) |
| OnContextClick | Called when the user context clicks on this object. (Inherited from Northwoods.Go.GoObject) |
| OnDoubleClick | Called when the user double clicks on this object. (Inherited from Northwoods.Go.GoObject) |
| OnEnterLeave | Called when the document object immediately under the mouse changes as the mouse moves when no particular tool is running or when the GoToolDragging tool is running. (Inherited from Northwoods.Go.GoObject) |
| OnGotSelection | Called when this object becomes selected. (Inherited from Northwoods.Go.GoObject) |
| OnHover | Called when the user hovers over this object. (Inherited from Northwoods.Go.GoObject) |
| OnLostSelection | Called when this object becomes unselected. (Inherited from Northwoods.Go.GoObject) |
| OnMouseOver | Called when the user moves the mouse over this object when not dragging or resizing. (Inherited from Northwoods.Go.GoObject) |
| OnPortChanged | Let links get notifications of changes to either port or to the link itself. |
| OnSelectionDropped | Called after the user has dropped the selection on this object. (Inherited from Northwoods.Go.GoObject) |
| OnSelectionDropReject | Called during a user's drag of the view's Selection when the mouse is over this object, to give this object a chance to veto a drop. (Inherited from Northwoods.Go.GoObject) |
| OnSingleClick | Called when the user single clicks on this object. (Inherited from Northwoods.Go.GoObject) |
| Paint | A stroke is drawn as a sequence of straight line segments or Bezier curves, with optional arrows at the ends. (Inherited from Northwoods.Go.GoStroke) |
| Pick | Return an object at a point, perhaps only a selectable one. (Inherited from Northwoods.Go.GoObject) |
| PortsOnLinkChanged | Notify both ports that there was a change to this link. |
| Remove | This convenience method just removes this object from its container, if there is any. (Inherited from Northwoods.Go.GoObject) |
| RemoveObserver | Make sure an object is not an observer of changes to this object. (Inherited from Northwoods.Go.GoObject) |
| RemovePoint | Remove the point at a particular index, thereby reducing the number of points by one. (Inherited from Northwoods.Go.GoStroke) |
| RemoveSelectionHandles | Besides removing all selection handles, we also turn off any highlighting if GoStroke.HighlightWhenSelected is true. (Inherited from Northwoods.Go.GoStroke) |
| SetPoint | Replace the point at a particular index; (Inherited from Northwoods.Go.GoStroke) |
| SetPoints | Replace all of the points for this stroke. (Inherited from Northwoods.Go.GoStroke) |
| SetRectangleSpotLocation | Modify a rectangle such that its new spot location is at a given point. (Inherited from Northwoods.Go.GoObject) |
| SetSizeKeepingLocation | Sets a new size for this object while maintaining the same location. (Inherited from Northwoods.Go.GoObject) |
| SetSpotLocation | Overloaded. Move this object so this object's given spot is at the given location. (Inherited from Northwoods.Go.GoObject) |
| SpotOpposite | Get the spot that is on the opposite side of a given spot. (Inherited from Northwoods.Go.GoObject) |
| Unlink | Remove this link from its layer. |
| UpdateRoute | Request the recalculation of the stroke for this link. |