System::Drawing::Drawing2D::GraphicsPath::IsVisible méthode
GraphicsPath::IsVisible(const PointF&) method
Détermine si le point spécifié est contenu dans le chemin représenté par l’objet actuel.
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
| Paramètre | Type | Description |
|---|---|---|
| point | const PointF& | Le point à vérifier |
Voir aussi
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++
GraphicsPath::IsVisible(float, float) method
Détermine si le point spécifié est contenu dans le chemin représenté par l’objet actuel.
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
| Paramètre | Type | Description |
|---|---|---|
| x | float | La coordonnée X du point à vérifier |
| y | float | La coordonnée Y du point à vérifier |
Voir aussi
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Font for C++