System::Drawing::Region::IsVisible méthode
Region::IsVisible(const Point&) const method
Détermine si le point spécifié est contenu dans la région représentée par l’objet actuel.
bool System::Drawing::Region::IsVisible(const Point &point) const
| Paramètre | Type | Description |
|---|---|---|
| point | const Point& | Le point à vérifier |
Voir aussi
- Class Point
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const Point&, const SharedPtr<Graphics>&) const method
Détermine si le point spécifié est contenu dans la région représentée par l’objet actuel en utilisant les graphiques spécifiés.
bool System::Drawing::Region::IsVisible(const Point &point, const SharedPtr<Graphics> &graphics) const
| Paramètre | Type | Description |
|---|---|---|
| point | const Point& | Le point à vérifier |
| graphismes | const SharedPtr<Graphics>& | Le contexte graphique |
Voir aussi
- Class Point
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const PointF&) const method
Détermine si le point spécifié est contenu dans la région représentée par l’objet actuel.
bool System::Drawing::Region::IsVisible(const PointF &point) const
| Paramètre | Type | Description |
|---|---|---|
| point | const PointF& | Le point à vérifier |
Voir aussi
- Class PointF
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const PointF&, const SharedPtr<Graphics>&) const method
Détermine si le point spécifié est contenu dans la région représentée par l’objet actuel en utilisant les graphiques spécifiés.
bool System::Drawing::Region::IsVisible(const PointF &point, const SharedPtr<Graphics> &graphics) const
| Paramètre | Type | Description |
|---|---|---|
| point | const PointF& | Le point à vérifier |
| graphismes | const SharedPtr<Graphics>& | Le contexte graphique |
Voir aussi
- Class PointF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const Rectangle&) method
Détermine si une partie du rectangle spécifié est contenue dans la région représentée par l’objet actuel.
bool System::Drawing::Region::IsVisible(const Rectangle &rect)
| Paramètre | Type | Description |
|---|---|---|
| rect | const Rectangle& | Le rectangle à vérifier |
Voir aussi
- Class Rectangle
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const Rectangle&, const SharedPtr<Graphics>&) method
Détermine si une partie du rectangle spécifié est contenue dans la région représentée par l’objet actuel en utilisant les graphiques spécifiés.
bool System::Drawing::Region::IsVisible(const Rectangle &rect, const SharedPtr<Graphics> &graphics)
| Paramètre | Type | Description |
|---|---|---|
| rect | const Rectangle& | Le rectangle à vérifier |
| graphismes | const SharedPtr<Graphics>& | Le contexte graphique |
Voir aussi
- Class Rectangle
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const RectangleF&) method
Détermine si une partie du rectangle spécifié est contenue dans la région représentée par l’objet actuel.
bool System::Drawing::Region::IsVisible(const RectangleF &rect)
| Paramètre | Type | Description |
|---|---|---|
| rect | const RectangleF& | Le rectangle à vérifier |
Voir aussi
- Class RectangleF
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(const RectangleF&, const SharedPtr<Graphics>&) method
Détermine si une partie du rectangle spécifié est contenue dans la région représentée par l’objet actuel en utilisant les graphiques spécifiés.
bool System::Drawing::Region::IsVisible(const RectangleF &rect, const SharedPtr<Graphics> &graphics)
| Paramètre | Type | Description |
|---|---|---|
| rect | const RectangleF& | Le rectangle à vérifier |
| graphismes | const SharedPtr<Graphics>& | Le contexte graphique |
Voir aussi
- Class RectangleF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(float, float) const method
Détermine si le point spécifié est contenu dans la région représentée par l’objet actuel.
bool System::Drawing::Region::IsVisible(float x, float y) const
| 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 Region
- Namespace System::Drawing
- Library Aspose.Font for C++
Region::IsVisible(float, float, const SharedPtr<Graphics>&) const method
Détermine si le point spécifié est contenu dans la région représentée par l’objet actuel en utilisant les graphiques spécifiés.
bool System::Drawing::Region::IsVisible(float x, float y, const SharedPtr<Graphics> &graphics) const
| Paramètre | Type | Description |
|---|---|---|
| x | float | La coordonnée X du point à vérifier |
| y | float | La coordonnée Y du point à vérifier |
| graphismes | const SharedPtr<Graphics>& | Le contexte graphique |
Voir aussi
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Font for C++