Class GraphvizPoint
Graphviz point.
Inheritance
System.Object
GraphvizPoint
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public sealed class GraphvizPoint
Constructors
| Improve this Doc View SourceGraphvizPoint(Int32, Int32)
Initializes a new instance of the GraphvizPoint class.
Declaration
public GraphvizPoint(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x | X value. |
System.Int32 | y | Y value. |
Properties
| Improve this Doc View SourceX
X.
Declaration
public int X { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Y
Y.
Declaration
public int Y { get; }
Property Value
Type | Description |
---|---|
System.Int32 |