RadialControllerScreenContactContinuedEventArgs.Contact Property
Definition
Gets the location and bounding area of the wheel device on the digitizer surface, while a custom RadialController tool is active.
public:
property RadialControllerScreenContact ^ Contact { RadialControllerScreenContact ^ get(); };
RadialControllerScreenContact Contact();
public RadialControllerScreenContact Contact { get; }
var radialControllerScreenContact = radialControllerScreenContactContinuedEventArgs.contact;
Public ReadOnly Property Contact As RadialControllerScreenContact
Property Value
The location and bounding area, in device-independent pixel (DIP), of the wheel device on the digitizer surface.
null, if contact is not detected.