System::Drawing::Drawing2D::GraphicsPath::IsVisible Methode
GraphicsPath::IsVisible(const PointF&) method
Bestimmt, ob der angegebene Punkt innerhalb des Pfads liegt, der vom aktuellen Objekt dargestellt wird.
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Punkt | const PointF& | Der zu prüfende Punkt |
Siehe auch
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::IsVisible(float, float) method
Bestimmt, ob der angegebene Punkt innerhalb des Pfads liegt, der vom aktuellen Objekt dargestellt wird.
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
| Parameter | Typ | Beschreibung |
|---|---|---|
| x | float | Die X-Koordinate des zu prüfenden Punktes |
| y | float | Die Y-Koordinate des zu prüfenden Punktes |
Siehe auch
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++