Class DiagramSegmentPosition
Represents position of a DiagramSegment.
Inheritance
System.Object
DiagramSegmentPosition
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.Windows.Diagrams.Core.dll
Syntax
public sealed class DiagramSegmentPosition : ValueType
Constructors
DiagramSegmentPosition(Double, Double)
Initializes a new instance of the DiagramSegmentPosition struct.
Declaration
public DiagramSegmentPosition(double x, double y)
Parameters
System.Double
x
The x. |
System.Double
y
The y. |
DiagramSegmentPosition(Int32, Int32)
Initializes a new instance of the DiagramSegmentPosition struct.
Declaration
public DiagramSegmentPosition(int x, int y)
Parameters
System.Int32
x
The x. |
System.Int32
y
The y. |
Properties
X
Gets or sets the X.
Declaration
public int X { get; set; }
Property Value
System.Int32
The X. |
Y
Gets or sets the Y.
Declaration
public int Y { get; set; }
Property Value
System.Int32
The Y. |
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|