System::Drawing::Region::IsVisible 方法
内容
[
隐藏
]Region::IsVisible(const Point&) const method
确定指定点是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(const Point &point) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 点 | const Point& | 要检查的点 |
另见
- Class Point
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const Point&, const SharedPtr<Graphics>&) const method
使用指定的图形确定指定点是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(const Point &point, const SharedPtr<Graphics> &graphics) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 点 | const Point& | 要检查的点 |
| 图形 | const SharedPtr<Graphics>& | 图形上下文 |
另见
- Class Point
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const PointF&) const method
确定指定点是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(const PointF &point) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 点 | const PointF& | 要检查的点 |
另见
- Class PointF
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const PointF&, const SharedPtr<Graphics>&) const method
使用指定的图形确定指定点是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(const PointF &point, const SharedPtr<Graphics> &graphics) const
| 参数 | 类型 | 描述 |
|---|---|---|
| 点 | const PointF& | 要检查的点 |
| 图形 | const SharedPtr<Graphics>& | 图形上下文 |
另见
- Class PointF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const Rectangle&) method
确定指定矩形的任何部分是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(const Rectangle &rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const Rectangle& | 要检查的矩形 |
另见
- Class Rectangle
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const Rectangle&, const SharedPtr<Graphics>&) method
使用指定的图形确定指定矩形的任何部分是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(const Rectangle &rect, const SharedPtr<Graphics> &graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const Rectangle& | 要检查的矩形 |
| 图形 | const SharedPtr<Graphics>& | 图形上下文 |
另见
- Class Rectangle
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const RectangleF&) method
确定指定矩形的任何部分是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(const RectangleF &rect)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const RectangleF& | 要检查的矩形 |
另见
- Class RectangleF
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const RectangleF&, const SharedPtr<Graphics>&) method
使用指定的图形确定指定矩形的任何部分是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(const RectangleF &rect, const SharedPtr<Graphics> &graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const RectangleF& | 要检查的矩形 |
| 图形 | const SharedPtr<Graphics>& | 图形上下文 |
另见
- Class RectangleF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(float, float) const method
确定指定点是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(float x, float y) const
| 参数 | 类型 | 描述 |
|---|---|---|
| x | float | 要检查的点的 X 坐标 |
| y | float | 要检查的点的 Y 坐标 |
另见
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(float, float, const SharedPtr<Graphics>&) const method
使用指定的图形确定指定点是否包含在当前对象表示的区域内。
bool System::Drawing::Region::IsVisible(float x, float y, const SharedPtr<Graphics> &graphics) const
| 参数 | 类型 | 描述 |
|---|---|---|
| x | float | 要检查的点的 X 坐标 |
| y | float | 要检查的点的 Y 坐标 |
| 图形 | const SharedPtr<Graphics>& | 图形上下文 |
另见
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++