IGeometryHost.ExcludeGeometryFromClipRegion 方法
從裁剪區域排除這個幾何,包括子代 IGeometryHost 物件的幾何。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
語法
'宣告
Sub ExcludeGeometryFromClipRegion ( _
graphics As Graphics, _
matrix As Matrix, _
perimeter As GraphicsPath _
)
void ExcludeGeometryFromClipRegion(
Graphics graphics,
Matrix matrix,
GraphicsPath perimeter
)
參數
- graphics
類型:System.Drawing.Graphics
具有有效裁剪區域的圖形物件。
- matrix
類型:System.Drawing.Drawing2D.Matrix
此矩陣是用來轉譯幾何形狀的圖形路徑,來彌補幾何形狀的對應圖表項目的父代相對位置。
- perimeter
類型:System.Drawing.Drawing2D.GraphicsPath
幾何形狀的周圍路徑 (僅限最佳化用途;它可以是 null,若是如此它就會重新計算。)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。