ShapeElement.ExcludeGeometryFromClipRegion 方法
排除剪取區域的形狀和它的子圖案的幾何。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
語法
'宣告
Public Sub ExcludeGeometryFromClipRegion ( _
graphics As Graphics, _
matrix As Matrix, _
perimeter As GraphicsPath _
)
public void ExcludeGeometryFromClipRegion(
Graphics graphics,
Matrix matrix,
GraphicsPath perimeter
)
參數
- graphics
型別:System.Drawing.Graphics
包含 [剪取區域的圖形物件。
- matrix
型別:System.Drawing.Drawing2D.Matrix
用來翻譯幾何的圖形路徑,讓矩陣可以找到幾何裁剪區域中的矩陣。
- perimeter
型別:System.Drawing.Drawing2D.GraphicsPath
幾何,則傳回 null,來重新計算幾何的周邊網路周邊設備。
實作
IGeometryHost.ExcludeGeometryFromClipRegion(Graphics, Matrix, GraphicsPath)
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。