GoDiagram Web Reference
PositionEndLabel Method

The label object.
Whether the lab is the ToLabel.
The port link point.
The inner point of the end segment.
The inner end point of the second line segment.
Move a FromLabel or ToLabel to be near the link's corresponding end point.
Syntax
'Declaration
 
Protected Overridable Sub PositionEndLabel( _
   ByVal lab As GoObject, _
   ByVal atEnd As Boolean, _
   ByVal a As PointF, _
   ByVal b As PointF, _
   ByVal c As PointF _
) 
protected virtual void PositionEndLabel( 
   GoObject lab,
   bool atEnd,
   PointF a,
   PointF b,
   PointF c
)

Parameters

lab
The label object.
atEnd
Whether the lab is the ToLabel.
a
The port link point.
b
The inner point of the end segment.
c
The inner end point of the second line segment.
Remarks
Note that if there is no end segment, a and b will be the same PointF.
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

GoLabeledLink Class
GoLabeledLink Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback