Share via


BinaryLinkShapeBase.ExcludeFromClipRegion Method

Excludes this shape and its endpoint shapes from the clipping region in the specified Graphics object.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Overrides Sub ExcludeFromClipRegion ( _
    graphics As Graphics, _
    matrix As Matrix, _
    perimeter As GraphicsPath _
)
public override void ExcludeFromClipRegion(
    Graphics graphics,
    Matrix matrix,
    GraphicsPath perimeter
)
public:
virtual void ExcludeFromClipRegion(
    Graphics^ graphics, 
    Matrix^ matrix, 
    GraphicsPath^ perimeter
) override
abstract ExcludeFromClipRegion : 
        graphics:Graphics * 
        matrix:Matrix * 
        perimeter:GraphicsPath -> unit 
override ExcludeFromClipRegion : 
        graphics:Graphics * 
        matrix:Matrix * 
        perimeter:GraphicsPath -> unit 
public override function ExcludeFromClipRegion(
    graphics : Graphics, 
    matrix : Matrix, 
    perimeter : GraphicsPath
)

Parameters

  • matrix
    Type: System.Drawing.Drawing2D.Matrix
    The matrix is used to translate the shape's ShapeGeometry's graphics path to compensate for the parent-relative location of the shape.

.NET Framework Security

See Also

Reference

BinaryLinkShapeBase Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace