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.Windows.Diagrams.Core.dll
Syntax
public struct DiagramSegmentPosition
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
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.ValueType.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.String
|
Overrides
System.ValueType.ToString()