GoLinkAdjustingStyle Enumeration
In This Topic
Specifies how
GoLink.
GoLink.CalculateStroke should determine the points of the link's stroke.
Syntax
Members
Member | Description |
Calculate |
Clear all of the existing points and add points for the standard kinds of strokes.
|
End |
When there are more than the standard number of points in the stroke,
or if the stroke is orthogonal, just modify the end points,
while leaving the intermediate points unchanged.
|
Scale |
When there are more than the standard number of points in the stroke,
scale and rotate the intermediate points so that the link's shape stays
approximately the same.
|
Stretch |
When there are more than the standard number of points in the stroke,
linearly interpolate the intermediate points along the X and Y dimensions
between the ports.
|
See Also