Diagram.SetAbsoluteBoundsValue 方法
設定圖表的絕對界限。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
語法
'宣告
Protected Overrides Sub SetAbsoluteBoundsValue ( _
newValue As RectangleD _
)
protected override void SetAbsoluteBoundsValue(
RectangleD newValue
)
參數
- newValue
類型:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD
包含要用於絕對界限的大小和位置的矩形。
備註
絕對界限表示圖表可以繪製的區域。 如果圖表區域的區域,在此區域之外,呈現,並出現捲軸,讓使用者可以捲動至內容。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。