ShapeElement::ExcludeFromClipRegion Method (Graphics^, Matrix^, GraphicsPath^)
Visual Studio 2015
Excludes the shape and its child shapes from the clipping region.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public: virtual void ExcludeFromClipRegion( Graphics^ graphics, Matrix^ matrix, GraphicsPath^ perimeter )
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
The graphics object that contains the clipping region.
- matrix
-
Type:
System.Drawing.Drawing2D::Matrix^
The matrix that is used to translate the graphic path for the shape so that the matrix can locate the shape in the clipping region.
- perimeter
-
Type:
System.Drawing.Drawing2D::GraphicsPath^
The perimeter of the shape, or null to recalculate the perimeter of the shape.
Show: