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

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

    Parameters

    rect
    See Also