RectangleD.Intersect Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| Имя | Описание |
|---|---|
| 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)
Параметры
- rect
- RectangleD
Применяется к
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