Manipulator2D Struct

Definition

Represents a 2D manipulator at an instant in time.

public value class Manipulator2D
public struct Manipulator2D
type Manipulator2D = struct
Public Structure Manipulator2D
Inheritance
Manipulator2D

Constructors

Manipulator2D(Int32, Single, Single)

Creates a new Manipulator2D object with the specified properties.

Properties

Id

Gets or sets the unique ID for this Manipulator2D object.

X

Gets or sets the x-coordinate of this Manipulator2D object.

Y

Gets or sets the y-coordinate of this Manipulator2D object.

Methods

Equals(Object)

Determines whether this Manipulator2D object has the same value as the specified Manipulator2D object.

GetHashCode()

Returns the hash code for this instance.

Operators

Equality(Manipulator2D, Manipulator2D)

Determines whether two specified Manipulator2D objects have the same value.

Inequality(Manipulator2D, Manipulator2D)

Determines whether two specified Manipulator2D objects have different values.

Applies to