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 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
- graphics
Type: System.Drawing.Graphics
Graphics object with valid clipping region
- 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.
- perimeter
Type: System.Drawing.Drawing2D.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.