VisualStyleRenderer.GetBackgroundContentRectangle 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回目前視覺化樣式項目之背景的內容區域。
public:
System::Drawing::Rectangle GetBackgroundContentRectangle(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle bounds);
public System.Drawing.Rectangle GetBackgroundContentRectangle (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds);
member this.GetBackgroundContentRectangle : System.Drawing.IDeviceContext * System.Drawing.Rectangle -> System.Drawing.Rectangle
Public Function GetBackgroundContentRectangle (dc As IDeviceContext, bounds As Rectangle) As Rectangle
參數
此作業將使用的 IDeviceContext。
傳回
Rectangle,包含目前視覺化樣式項目之背景的內容區域。
例外狀況
dc
為 null
。
備註
視覺化樣式可以定義每個背景影像內的內容區域。 這是可以在不覆寫背景框線的情況下放置文字和圖示等內容的區域。 這個方法會使用指定的背景區域來計算目前視覺化樣式專案的內容區域。