System::Drawing::Graphics::IsVisible méthode
Contenu
[
Cacher
]Graphics::IsVisible(float, float) method
NON IMPLEMENTÉ.
bool System::Drawing::Graphics::IsVisible(float x, float y)
Voir aussi
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(float, float, float, float) method
NON IMPLEMENTÉ.
bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)
Voir aussi
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t) method
NON IMPLEMENTÉ.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)
Voir aussi
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t, int32_t, int32_t) method
NON IMPLEMENTÉ.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y, int32_t width, int32_t height)
Voir aussi
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Point) method
Détermine si le point spécifié est contenu dans la région de découpe visible de l’objet Graphics actuel.
bool System::Drawing::Graphics::IsVisible(Point point)
| Paramètre | Type | Description |
|---|---|---|
| point | Point | Le point à vérifier |
ReturnValue
Vrai si point est contenu dans la région de découpe visible de l’objet Graphics actuel, sinon - false
Voir aussi
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(PointF) method
NON IMPLEMENTÉ.
bool System::Drawing::Graphics::IsVisible(PointF point)
Voir aussi
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Rectangle) method
NON IMPLEMENTÉ.
bool System::Drawing::Graphics::IsVisible(Rectangle rect)
Voir aussi
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(RectangleF) method
NON IMPLEMENTÉ.
bool System::Drawing::Graphics::IsVisible(RectangleF rect)
Voir aussi
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++