VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Drawing Namespace / PdfGraphics Class / IntersectClip Methods / IntersectClip(Single,Single,Single,Single,GraphicsPathFillMode) Method
Syntax Requirements SeeAlso
In This Topic
    IntersectClip(Single,Single,Single,Single,GraphicsPathFillMode) Method (PdfGraphics)
    In This Topic
    Updates the clip region of this PdfGraphics to the intersection of the current clip region and the specified rectangle.
    Syntax
    'Declaration
    
    Public Overloads Sub IntersectClip( _
    ByVal x
    X coordinate of rectangle.
    As Single, _
    ByVal y
    Y coordinate of rectangle.
    As Single, _
    ByVal width
    Width of rectangle.
    As Single, _
    ByVal height
    Height of rectangle.
    As Single, _
    ByVal fillMode
    Member of the GraphicsPathFillMode enumeration that determines how the curve is filled.
    As Vintasoft.Imaging.Drawing.GraphicsPathFillMode _
    )

    Parameters

    x
    X coordinate of rectangle.
    y
    Y coordinate of rectangle.
    width
    Width of rectangle.
    height
    Height of rectangle.
    fillMode
    Member of the GraphicsPathFillMode enumeration that determines how the curve is filled.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also