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, иначе — ложь
См. также
- 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++