Diagram.SetAbsoluteBoundsValue 方法

設定圖表的絕對界限。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

語法

'宣告
Protected Overrides Sub SetAbsoluteBoundsValue ( _
    newValue As RectangleD _
)
protected override void SetAbsoluteBoundsValue(
    RectangleD newValue
)

參數

備註

絕對界限表示要繪製圖表的所在的區域。如果圖表為大於這個區域,超出此範圍,呈現,並捲軸出現,讓使用者可以捲動至內容。

.NET Framework 安全性

請參閱

參考

Diagram 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間