Defines for a graph plotter the way a vertex looks. This
class separates vertex implementation from vertex plotting.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public sealed class VertexView
Public NotInheritable Class VertexView
public ref class VertexView sealed
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
VertexView(Vertex) |
Creates a new vertex view, refering to a specific vertex.
| |
BorderPen |
Gets the pen used for drawing the border of the vertex
| |
Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
FaceBrush |
Gets the brushed used to draw the vertex in plotting.
| |
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 vertex label.
| |
LabelOffsetY |
Gets the vertical position offset of the vertex label.
| |
MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
Shape |
Gets the shape of the vertex shown in plotting.
| |
Size |
Gets the size of the vertex shown in plotting.
| |
ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) | |
ViewVertex |
Sets the vertex this VertexView object refers to.
| |
X |
Gets the x position of the vertex this vertex view refers to.
| |
Y |
Gets the y position of the vertex this vertex view refers to.
|
Inheritance Hierarchy
Object | |
VertexView |