Defines for a graph plotter the way an edge looks. This
class separates edge implementation from edge plotting.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public sealed class EdgeView
Public NotInheritable Class EdgeView
public ref class EdgeView sealed
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
EdgeView(Edge) |
Creates a new edge view, refering to a specific edge.
| |
Color |
Gets the color of the edge for plotting.
| |
CurveAngle |
Gets the angle between the cruved edge's ControlPoint point and the straight
line connecting the two ends of the edge.
| |
CurveControlPoint |
Gets the ratio of the distance between the first vertex of the edge to
the ControlPoint point, according to length of the straight line connecting
the two ends of the edge.
| |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
LabelOffsetX |
Gets the horizontal position offset of the edge label.
| |
LabelOffsetY |
Gets the vertical position offset of the edge label.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
ViewEdge |
Sets the edge this EdgeView object refers to.
| |
Width |
Gets the width of the edge for plotting.
|
Inheritance Hierarchy
Object | |
EdgeView |