Struct
ManipulationPointData

Structure wrapping point and its manipulation type.

Definition

Namespace:Telerik.Windows.Diagrams.Core

Assembly:Telerik.Windows.Diagrams.Core.dll

Syntax:

cs-api-definition
public struct ManipulationPointData

Inherited Members ValueType.ToString()

Constructors

ManipulationPointData(Point, ManipulationPointType)

Initializes a new instance of the ManipulationPointData struct.

Declaration

cs-api-definition
public ManipulationPointData(Point point, ManipulationPointType pointType)

Parameters

point

Point

The point.

pointType

ManipulationPointType

Type of the point.

Properties

Point

Returns the point.

Declaration

cs-api-definition
public readonly Point Point { get; }

Property Value

Point

PointType

Returns the manipulation type.

Declaration

cs-api-definition
public readonly ManipulationPointType PointType { get; }

Property Value

ManipulationPointType

Methods

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with this instance.

Returns

bool

True if the specified object is equal to this instance; otherwise, false.

Overrides ValueType.Equals(object)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides ValueType.GetHashCode()

Operators

operator !=(ManipulationPointData, ManipulationPointData)

Implements the operator !=.

Declaration

cs-api-definition
public static bool operator !=(ManipulationPointData point1, ManipulationPointData point2)

Parameters

point1

ManipulationPointData

The first point.

point2

ManipulationPointData

The second point.

Returns

bool

The result of the operator.

operator ==(ManipulationPointData, ManipulationPointData)

Implements the operator ==.

Declaration

cs-api-definition
public static bool operator ==(ManipulationPointData point1, ManipulationPointData point2)

Parameters

point1

ManipulationPointData

The first point.

point2

ManipulationPointData

The second point.

Returns

bool

The result of the operator.