Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Excludes the geometry of a shape and its child shapes from the clipping region.
Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Sub ExcludeGeometryFromClipRegion ( _
    graphics As Graphics, _
    matrix As Matrix, _
    perimeter As GraphicsPath _
)
public void ExcludeGeometryFromClipRegion(
    Graphics graphics,
    Matrix matrix,
    GraphicsPath perimeter
)
public:
virtual void ExcludeGeometryFromClipRegion(
    Graphics^ graphics, 
    Matrix^ matrix, 
    GraphicsPath^ perimeter
) sealed
abstract ExcludeGeometryFromClipRegion : 
        graphics:Graphics * 
        matrix:Matrix * 
        perimeter:GraphicsPath -> unit  
override ExcludeGeometryFromClipRegion : 
        graphics:Graphics * 
        matrix:Matrix * 
        perimeter:GraphicsPath -> unit
public final function ExcludeGeometryFromClipRegion(
    graphics : Graphics, 
    matrix : Matrix, 
    perimeter : GraphicsPath
)
Parameters
graphics
Type: GraphicsThe graphics object that contains the clipping region.
matrix
Type: MatrixThe matrix that is used to translate the graphic path for the geometry so that the matrix can locate the geometry in the clipping region.
perimeter
Type: GraphicsPathThe perimeter of the geometry, or null to recalculate the perimeter of the geometry.
Implements
IGeometryHost.ExcludeGeometryFromClipRegion(Graphics, Matrix, GraphicsPath)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.