Share via


RectangleD.Intersect Méthode

Définition

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

Paramètres

Retours

S’applique à