System::Drawing::Graphics::IsVisible método
Contenido
[
Ocultar
]Graphics::IsVisible(float, float) method
NO IMPLEMENTADO.
bool System::Drawing::Graphics::IsVisible(float x, float y)
Ver también
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(float, float, float, float) method
NO IMPLEMENTADO.
bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)
Ver también
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(int32_t, int32_t) method
NO IMPLEMENTADO.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)
Ver también
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(int32_t, int32_t, int32_t, int32_t) method
NO IMPLEMENTADO.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y, int32_t width, int32_t height)
Ver también
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(Point) method
Determina si el punto especificado está contenido dentro de la región de recorte visible del objeto Graphics actual.
bool System::Drawing::Graphics::IsVisible(Point point)
| Parámetro | Tipo | Descripción |
|---|---|---|
| punto | Punto | El punto a comprobar |
ReturnValue
Verdadero si point está contenido dentro de la región de recorte visible del objeto Graphics actual, de lo contrario - falso
Ver también
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(PointF) method
NO IMPLEMENTADO.
bool System::Drawing::Graphics::IsVisible(PointF point)
Ver también
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(Rectangle) method
NO IMPLEMENTADO.
bool System::Drawing::Graphics::IsVisible(Rectangle rect)
Ver también
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(RectangleF) method
NO IMPLEMENTADO.
bool System::Drawing::Graphics::IsVisible(RectangleF rect)
Ver también
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++