System::Drawing::Graphics::IsVisible 方法
内容
[
隐藏
]Graphics::IsVisible(float, float) method
未实现。
bool System::Drawing::Graphics::IsVisible(float x, float y)
另见
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(float, float, float, float) method
未实现。
bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)
另见
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t) method
未实现。
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)
另见
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t, int32_t, int32_t) method
未实现。
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y, int32_t width, int32_t height)
另见
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Point) method
确定指定的点是否位于当前 Graphics 对象的可见剪裁区域内。
bool System::Drawing::Graphics::IsVisible(Point point)
| 参数 | 类型 | 描述 |
|---|---|---|
| 点 | Point | 要检查的点 |
ReturnValue
如果 point 位于当前 Graphics 对象的可见剪裁区域内则为 true,否则为 false
另见
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(PointF) method
未实现。
bool System::Drawing::Graphics::IsVisible(PointF point)
另见
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Rectangle) method
未实现。
bool System::Drawing::Graphics::IsVisible(Rectangle rect)
另见
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(RectangleF) method
未实现。
bool System::Drawing::Graphics::IsVisible(RectangleF rect)
另见
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++