System::Drawing::Graphics::IsVisible metod
Innehåll
[
Dölj
]Graphics::IsVisible(float, float) method
INTE IMPLEMENTERAT.
bool System::Drawing::Graphics::IsVisible(float x, float y)
Se även
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(float, float, float, float) method
INTE IMPLEMENTERAT.
bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)
Se även
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(int32_t, int32_t) method
INTE IMPLEMENTERAT.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)
Se även
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(int32_t, int32_t, int32_t, int32_t) method
INTE IMPLEMENTERAT.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y, int32_t width, int32_t height)
Se även
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(Point) method
Bestämmer om den angivna punkten finns inom det synliga klippningsområdet för det aktuella Graphics-objektet.
bool System::Drawing::Graphics::IsVisible(Point point)
| Parameter | Type | Beskrivning |
|---|---|---|
| punkt | Punkt | Punkten att kontrollera |
ReturnValue
Sant om point finns inom det synliga klippningsområdet för det aktuella Graphics-objektet, annars - falskt
Se även
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(PointF) method
INTE IMPLEMENTERAT.
bool System::Drawing::Graphics::IsVisible(PointF point)
Se även
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(Rectangle) method
INTE IMPLEMENTERAT.
bool System::Drawing::Graphics::IsVisible(Rectangle rect)
Se även
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::IsVisible(RectangleF) method
INTE IMPLEMENTERAT.
bool System::Drawing::Graphics::IsVisible(RectangleF rect)
Se även
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++