System::Drawing::RectangleF::Intersect 方法
RectangleF::Intersect(const RectangleF&) method
用当前对象所表示的矩形与指定对象所表示的矩形相交得到的矩形替换当前对象所表示的矩形。
void System::Drawing::RectangleF::Intersect(const RectangleF &rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const RectangleF& | 表示与当前对象所表示的矩形相交的矩形的 RectangleF 对象 |
另见
- Class RectangleF
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Font for C++
RectangleF::Intersect(const RectangleF&, const RectangleF&) method
返回指定矩形相交的结果矩形。
static RectangleF System::Drawing::RectangleF::Intersect(const RectangleF &a, const RectangleF &b)
| 参数 | 类型 | 描述 |
|---|---|---|
| a | const RectangleF& | 第一个要相交的矩形 |
| b | const RectangleF& | 第二个要相交的矩形 |
ReturnValue
a 与 b 相交的结果
另见
- Class RectangleF
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Font for C++