RadialControllerScreenContact
RadialControllerScreenContact
RadialControllerScreenContact
RadialControllerScreenContact
Class
Definition
Provides contact details for the wheel device when placed on the digitizer surface, while a custom RadialController tool is active.
In device-independent pixel (DIP), relative to the application window.
public : sealed class RadialControllerScreenContact : IRadialControllerScreenContactpublic sealed class RadialControllerScreenContact : IRadialControllerScreenContactPublic NotInheritable Class RadialControllerScreenContact Implements IRadialControllerScreenContact// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
Bounds Bounds Bounds Bounds
The bounding rectangle of the wheel device when in contact with the digitizer surface, while a custom RadialController tool is active.
public : Rect Bounds { get; }public Rect Bounds { get; }Public ReadOnly Property Bounds As Rect// You can use this property in JavaScript.
The bounding rectangle, in device-independent pixel (DIP), relative to the application window.
- See Also
Position Position Position Position
The center point of the wheel device (relative to the application window) when in contact with the digitizer surface, and while a custom RadialController tool is active.
public : Point Position { get; }public Point Position { get; }Public ReadOnly Property Position As Point// You can use this property in JavaScript.
The center point of the wheel device, in device-independent pixel (DIP), relative to the application window.
- See Also