RectangleD.Intersect 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| Intersect(RectangleD) | |
| Intersect(RectangleD, RectangleD) |
Intersect(RectangleD)
public:
void Intersect(Microsoft::ReportDesigner::RectangleD rect);
public void Intersect (Microsoft.ReportDesigner.RectangleD rect);
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);
Public Shared Function Intersect (a As RectangleD, b As RectangleD) As RectangleD