Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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: GraphicsGraphics object with valid clipping region
matrix
Type: MatrixThe matrix is used to translate the shape's ShapeGeometry's graphics path to compensate for the parent-relative location of the shape.
- perimeter
Type: 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.