RectangleD.Intersect Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Intersect(RectangleD) | |
Intersect(RectangleD, RectangleD) |
Intersect(RectangleD)
public:
void Intersect(Microsoft::ReportDesigner::RectangleD rect);
public void Intersect (Microsoft.ReportDesigner.RectangleD rect);
member this.Intersect : Microsoft.ReportDesigner.RectangleD -> unit
Public Sub Intersect (rect As RectangleD)
Parameters
- rect
- RectangleD
Applies to
Intersect(RectangleD, RectangleD)
public:
static Microsoft::ReportDesigner::RectangleD Intersect(Microsoft::ReportDesigner::RectangleD a, Microsoft::ReportDesigner::RectangleD b);
public static Microsoft.ReportDesigner.RectangleD Intersect (Microsoft.ReportDesigner.RectangleD a, Microsoft.ReportDesigner.RectangleD b);
static member Intersect : Microsoft.ReportDesigner.RectangleD * Microsoft.ReportDesigner.RectangleD -> Microsoft.ReportDesigner.RectangleD
Public Shared Function Intersect (a As RectangleD, b As RectangleD) As RectangleD