System::Drawing::Graphics::IsVisible method
Contents
[
Hide
]Graphics::IsVisible(float, float) method
NOT IMPLEMENTED.
bool System::Drawing::Graphics::IsVisible(float x, float y)
See Also
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::IsVisible(float, float, float, float) method
NOT IMPLEMENTED.
bool System::Drawing::Graphics::IsVisible(float x, float y, float width, float height)
See Also
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::IsVisible(int32_t, int32_t) method
NOT IMPLEMENTED.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y)
See Also
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::IsVisible(int32_t, int32_t, int32_t, int32_t) method
NOT IMPLEMENTED.
bool System::Drawing::Graphics::IsVisible(int32_t x, int32_t y, int32_t width, int32_t height)
See Also
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::IsVisible(Point) method
Determines whether the specified point is contained within the visible clip region of the current Graphics object.
bool System::Drawing::Graphics::IsVisible(Point point)
Parameter | Type | Description |
---|---|---|
point | Point | The point to check |
ReturnValue
True if point is contained within the visible clip region of the current Graphics object, otherwise - false
See Also
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::IsVisible(PointF) method
NOT IMPLEMENTED.
bool System::Drawing::Graphics::IsVisible(PointF point)
See Also
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::IsVisible(Rectangle) method
NOT IMPLEMENTED.
bool System::Drawing::Graphics::IsVisible(Rectangle rect)
See Also
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::IsVisible(RectangleF) method
NOT IMPLEMENTED.
bool System::Drawing::Graphics::IsVisible(RectangleF rect)
See Also
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++