RectangleD.Intersect Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- rect
- RectangleD
Aplica-se a
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