Struct ManipulationPointData
Structure wrapping point and its manipulation type.
Inherited Members
Namespace: Telerik.Windows.Diagrams.Core
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public struct ManipulationPointData
Constructors
ManipulationPointData(Point, ManipulationPointType)
Initializes a new instance of the Manipulation
Declaration
public ManipulationPointData(Point point, ManipulationPointType pointType)
Parameters
Point
point
The point. |
Manipulation Type of the point. |
Properties
Point
PointType
Returns the manipulation type.
Declaration
public ManipulationPointType PointType { get; }
Property Value
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System.
|
Overrides
GetHashCode()
Returns a hash code for this instance.
Declaration
public override int GetHashCode()
Returns
System. A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |
Overrides
Operators
Equality(ManipulationPointData, ManipulationPointData)
Implements the operator ==.
Declaration
public static bool operator ==(ManipulationPointData point1, ManipulationPointData point2)
Parameters
Manipulation The first point. |
Manipulation The second point. |
Returns
System. The result of the operator. |
Inequality(ManipulationPointData, ManipulationPointData)
Implements the operator !=.
Declaration
public static bool operator !=(ManipulationPointData point1, ManipulationPointData point2)
Parameters
Manipulation The first point. |
Manipulation The second point. |
Returns
System. The result of the operator. |