BinaryLinkShapeBase::ExcludeFromClipRegion Method (Graphics^, Matrix^, GraphicsPath^)
Visual Studio 2015
Excludes this shape and its endpoint shapes from the clipping region in the specified Graphics object.
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 ) override
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^
- shapePath
The shape path of this shape (For optimization purposes; can be null, in which case it will be recalculated.)
Show: