Manipulator2D Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a 2D manipulator at an instant in time.
public value class Manipulator2D
public struct Manipulator2D
type Manipulator2D = struct
Public Structure Manipulator2D
- Inheritance
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. |