DigitalWindowControl.GetBounds 方法

定义

获取表示当前数字窗口边界的 DigitalWindowBounds 对象。

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

返回

表示当前数字窗口边界的 DigitalWindowBounds 对象。

注解

通过调用 DigitalWindowControl.Configure 设置数字窗口边界。

适用于