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
)

參數

  • matrix
    型別:System.Drawing.Drawing2D.Matrix
    用來翻譯的幾何來彌補幾何相對應的圖表項目的父代相對位置的圖形路徑中的矩陣。

.NET Framework 安全性

請參閱

參考

IGeometryHost 介面

Microsoft.VisualStudio.Modeling.Diagrams 命名空間