ShapeElement.ExcludeGeometryFromClipRegion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Excludes from the clipping region this geometry, including geometries of descendant IGeometryHost objects. (Intended to be called only by the ShapeGeometry-derived classes.)
public:
virtual void ExcludeGeometryFromClipRegion(System::Drawing::Graphics ^ graphics, System::Drawing::Drawing2D::Matrix ^ matrix, System::Drawing::Drawing2D::GraphicsPath ^ perimeter);
public void ExcludeGeometryFromClipRegion (System.Drawing.Graphics graphics, System.Drawing.Drawing2D.Matrix matrix, System.Drawing.Drawing2D.GraphicsPath perimeter);
abstract member ExcludeGeometryFromClipRegion : System.Drawing.Graphics * System.Drawing.Drawing2D.Matrix * System.Drawing.Drawing2D.GraphicsPath -> unit
override this.ExcludeGeometryFromClipRegion : System.Drawing.Graphics * System.Drawing.Drawing2D.Matrix * System.Drawing.Drawing2D.GraphicsPath -> unit
Public Sub ExcludeGeometryFromClipRegion (graphics As Graphics, matrix As Matrix, perimeter As GraphicsPath)
Parameters
- graphics
- Graphics
Graphics object with valid clipping region.
- matrix
- 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
- GraphicsPath
The perimeter path of this geometry (For optimization purposes only; it can be null, in which case it will be recalculated.)