RadialControllerScreenContact.Bounds Property

Definition

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.

Applies to

See also