ActiveReports 19 .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 _
) 
 

Parameters

rect
See Also