DigitalWindowControl.GetBounds Method
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.
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.