System::Drawing::Graphics::IsVisible Methode
Inhalt
[
Ausblenden
]Graphics::IsVisible(float, float) method
NICHT IMPLEMENTIERT.
bool System::Drawing::Graphics::IsVisible(float x, float y)
Siehe auch
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(float, float, float, float) method
NICHT IMPLEMENTIERT.
bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)
Siehe auch
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t) method
NICHT IMPLEMENTIERT.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)
Siehe auch
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t, int32_t, int32_t) method
NICHT IMPLEMENTIERT.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y, int32_t width, int32_t height)
Siehe auch
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Point) method
Bestimmt, ob der angegebene Punkt innerhalb des sichtbaren Clip‑Bereichs des aktuellen Graphics-Objekts enthalten ist.
bool System::Drawing::Graphics::IsVisible(Point point)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Punkt | Point | Der zu prüfende Punkt |
ReturnValue
Wahr, wenn point innerhalb des sichtbaren Clip‑Bereichs des aktuellen Graphics-Objekts enthalten ist, sonst - falsch
Siehe auch
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(PointF) method
NICHT IMPLEMENTIERT.
bool System::Drawing::Graphics::IsVisible(PointF point)
Siehe auch
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Rectangle) method
NICHT IMPLEMENTIERT.
bool System::Drawing::Graphics::IsVisible(Rectangle rect)
Siehe auch
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(RectangleF) method
NICHT IMPLEMENTIERT.
bool System::Drawing::Graphics::IsVisible(RectangleF rect)
Siehe auch
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++