RadialControllerScreenContact.Bounds Property
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.
The bounding rectangle of the wheel device when in contact with the digitizer surface, while a custom RadialController tool is active.
public:
property Rect Bounds { Rect get(); };
Rect Bounds();
public Rect Bounds { get; }
var rect = radialControllerScreenContact.bounds;
Public ReadOnly Property Bounds As Rect
Property Value
The bounding rectangle, in device-independent pixel (DIP), relative to the application window.