RectangleD.Intersect Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- rect
- RectangleD
S’applique à
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