ManipulationPointData
Struct
Structure wrapping point and its manipulation type.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.Windows.Diagrams.Core.dll
Syntax:
C#
public struct ManipulationPointData
Inherited Members
Constructors
Initializes a new instance of the ManipulationPointData struct.
C#
public ManipulationPointData(Point point, ManipulationPointType pointType)
The point.
pointTypeManipulationPointTypeType of the point.
Properties
Point
Point
Returns the point.
C#
public readonly Point Point { get; }
Returns the manipulation type.
C#
public readonly ManipulationPointType PointType { get; }
Methods
Returns a hash code for this instance.
C#
public override int GetHashCode()
A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Overrides:
Operators
Implements the operator !=.
C#
public static bool operator !=(ManipulationPointData point1, ManipulationPointData point2)
The first point.
point2ManipulationPointDataThe second point.
Returns:The result of the operator.
Implements the operator ==.
C#
public static bool operator ==(ManipulationPointData point1, ManipulationPointData point2)
The first point.
point2ManipulationPointDataThe second point.
Returns:The result of the operator.