System::Drawing::Graphics::IsVisible metodo
Contenuti
[
Nascondere
]Graphics::IsVisible(float, float) method
NON IMPLEMENTATO.
bool System::Drawing::Graphics::IsVisible(float x, float y)
Vedi anche
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(float, float, float, float) method
NON IMPLEMENTATO.
bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)
Vedi anche
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t) method
NON IMPLEMENTATO.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)
Vedi anche
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(int32_t, int32_t, int32_t, int32_t) method
NON IMPLEMENTATO.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y, int32_t width, int32_t height)
Vedi anche
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Point) method
Determina se il punto specificato è contenuto nella regione di ritaglio visibile dell’oggetto Graphics corrente.
bool System::Drawing::Graphics::IsVisible(Point point)
| Parametro | Tipo | Descrizione |
|---|---|---|
| punto | Punto | Il punto da verificare |
ReturnValue
Vero se point è contenuto nella regione di ritaglio visibile dell’oggetto Graphics corrente, altrimenti - falso
Vedi anche
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(PointF) method
NON IMPLEMENTATO.
bool System::Drawing::Graphics::IsVisible(PointF point)
Vedi anche
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(Rectangle) method
NON IMPLEMENTATO.
bool System::Drawing::Graphics::IsVisible(Rectangle rect)
Vedi anche
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++
Graphics::IsVisible(RectangleF) method
NON IMPLEMENTATO.
bool System::Drawing::Graphics::IsVisible(RectangleF rect)
Vedi anche
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Font for C++