IGeometryHost.ExcludeGeometryFromClipRegion 方法
中剪取區域中排除此幾何,包括子系的 IGeometryHost 物件的幾何形狀。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。