Representes a single FTIR point detected by the multi-touch surface..
| C# | Visual Basic | Visual C++ |
public class FtirPoint
Public Class FtirPoint
public ref class FtirPoint
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FtirPoint(FtirPoint) |
Creates a new instance of FtirPoint.
| |
| FtirPoint(Rectangle) |
Creates a new instance of FtirPoint.
| |
| FtirPoint(Rectangle, DateTime) |
Creates a new instance of FtirPoint.
| |
| FtirPoint(Rectangle, DateTime, Single, Vector2, TimeSpan) |
Creates a new instance of FtirPoint.
| |
| Center |
Gets the center position of the point.
| |
| Direction |
Gets the direction the point is moving in, if it has existed for more than one frame.
| |
| Duration |
Gets the length of time the point has existed.
| |
| Equality(FtirPoint, FtirPoint) |
Compares a point for equality with another point.
| |
| Equals(Object) |
Determines whether the specified System.Object is equal to the FTIR point.
(Overrides Object.Equals(Object).) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() |
Gets the hash code of this object.
(Overrides Object.GetHashCode()()().) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| HitTest(Int32, Int32, Int32, Int32) |
Check an area for the presence of the FTIR point.
| |
| HitTest(Rectangle) |
Check an area for the presence of the FTIR point.
| |
| ID |
Gets the globally unique identifier.
| |
| Inequality(FtirPoint, FtirPoint) |
Tests a point for inequality with another point.
| |
| Load(BinaryReader) |
Load an FTIR point.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Position |
Gets the FtirPoint position (upper-left corner of the rectangle).
| |
| Rectangle |
Gets the rectangle surrounding the point.
| |
| Save(BinaryWriter) |
Serialize the FTIR Point.
| |
| Speed |
Gets the speed of the point, if it has existed for more than one frame.
| |
| TimeStamp |
Gets the time when the point was detected.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| FtirPoint | |