Share via


DigitalWindowControl.GetBounds Method

Definition

Gets a DigitalWindowBounds object representing the bounds of the current digital window.

public:
 virtual DigitalWindowBounds ^ GetBounds() = GetBounds;
DigitalWindowBounds GetBounds();
public DigitalWindowBounds GetBounds();
function getBounds()
Public Function GetBounds () As DigitalWindowBounds

Returns

A DigitalWindowBounds object representing the bounds of the current digital window.

Remarks

Set the digital window bounds by calling DigitalWindowControl.Configure.

Applies to