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