ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / IDrawingCanvas Interface / IntersectClip Method / IntersectClip(PathEx) Method

In This Topic
    IntersectClip(PathEx) Method
    In This Topic
    Sets the clipping region of this Graphics object to the shape specified by a IDDPath structure.
    Syntax
    'Declaration
     
    Overloads Sub IntersectClip( _
       ByVal path As PathEx _
    ) 
    void IntersectClip( 
       PathEx path
    )

    Parameters

    path
    See Also