VisualStyleRenderer.GetBackgroundExtent(IDeviceContext, Rectangle) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前视觉样式元素的整个背景区域。
public:
System::Drawing::Rectangle GetBackgroundExtent(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle contentBounds);
public System.Drawing.Rectangle GetBackgroundExtent (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle contentBounds);
member this.GetBackgroundExtent : System.Drawing.IDeviceContext * System.Drawing.Rectangle -> System.Drawing.Rectangle
Public Function GetBackgroundExtent (dc As IDeviceContext, contentBounds As Rectangle) As Rectangle
参数
此操作将使用的 IDeviceContext。
返回
一个 Rectangle,它包含当前视觉样式元素的整个背景区域。
例外
dc
为 null
。
注解
视觉样式可以在每个背景图像中定义内容区域。 这是可以在不覆盖背景边框的情况下放置文本和图标等内容的区域。 此方法使用给定的内容区域计算当前视觉样式元素的整个背景区域。