MonobjcMonobjc Documented Class Library
Identity Property
NamespacesMonobjc.AppKitNSTouchIdentity

Use this property to track changes to a particular touch during the touch's life. (read-only)

Original signature is '@property(readonly, retain) id<NSObject, NSCopying> identity'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual INSCopying Identity { get; }
Public Overridable ReadOnly Property Identity As INSCopying
	Get
public:
virtual property INSCopying^ Identity {
	INSCopying^ get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)