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