IGeometryHost::ExcludeGeometryFromClipRegion Method (Graphics^, Matrix^, GraphicsPath^)
Visual Studio 2015
Excludes from the clipping region this geometry, including geometries of descendant IGeometryHost objects.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
void ExcludeGeometryFromClipRegion(
Graphics^ graphics,
Matrix^ matrix,
GraphicsPath^ perimeter
)
Parameters
- graphics
-
Type:
System.Drawing::Graphics^
Graphics object with valid clipping region.
- matrix
-
Type:
System.Drawing.Drawing2D::Matrix^
The matrix used to translate the geometry's graphics path to compensate for the parent-relative location of the geometry's corresponding diagram item.
- perimeter
-
Type:
System.Drawing.Drawing2D::GraphicsPath^
The perimeter path of this geometry (For optimization purposes only; it can be null, in which case it will be recalculated.)
Show: