System::Drawing::Region::IsVisible-methode
Region::IsVisible(const Point&) const method
Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object.
bool System::Drawing::Region::IsVisible(const Point &point) const
| Parameter | Type | Beschrijving |
|---|---|---|
| punt | const Point& | Het punt om te controleren |
Zie ook
- Class Point
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const Point&, const SharedPtr<Graphics>&) const method
Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.
bool System::Drawing::Region::IsVisible(const Point &point, const SharedPtr<Graphics> &graphics) const
| Parameter | Type | Beschrijving |
|---|---|---|
| punt | const Point& | Het punt om te controleren |
| graphics | const SharedPtr<Graphics>& | De graphics-context |
Zie ook
- Class Point
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const PointF&) const method
Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object.
bool System::Drawing::Region::IsVisible(const PointF &point) const
| Parameter | Type | Beschrijving |
|---|---|---|
| punt | const PointF& | Het punt om te controleren |
Zie ook
- Class PointF
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const PointF&, const SharedPtr<Graphics>&) const method
Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.
bool System::Drawing::Region::IsVisible(const PointF &point, const SharedPtr<Graphics> &graphics) const
| Parameter | Type | Beschrijving |
|---|---|---|
| punt | const PointF& | Het punt om te controleren |
| graphics | const SharedPtr<Graphics>& | De graphics-context |
Zie ook
- Class PointF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const Rectangle&) method
Bepaalt of een deel van de opgegeven rechthoek zich bevindt binnen de regio die wordt weergegeven door het huidige object.
bool System::Drawing::Region::IsVisible(const Rectangle &rect)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | const Rectangle& | De te controleren rechthoek |
Zie ook
- Class Rectangle
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const Rectangle&, const SharedPtr<Graphics>&) method
Bepaalt of een deel van de opgegeven rechthoek zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.
bool System::Drawing::Region::IsVisible(const Rectangle &rect, const SharedPtr<Graphics> &graphics)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | const Rectangle& | De te controleren rechthoek |
| graphics | const SharedPtr<Graphics>& | De graphics-context |
Zie ook
- Class Rectangle
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const RectangleF&) method
Bepaalt of een deel van de opgegeven rechthoek zich bevindt binnen de regio die wordt weergegeven door het huidige object.
bool System::Drawing::Region::IsVisible(const RectangleF &rect)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | const RectangleF& | De te controleren rechthoek |
Zie ook
- Class RectangleF
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const RectangleF&, const SharedPtr<Graphics>&) method
Bepaalt of een deel van de opgegeven rechthoek zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.
bool System::Drawing::Region::IsVisible(const RectangleF &rect, const SharedPtr<Graphics> &graphics)
| Parameter | Type | Beschrijving |
|---|---|---|
| rect | const RectangleF& | De te controleren rechthoek |
| graphics | const SharedPtr<Graphics>& | De graphics-context |
Zie ook
- Class RectangleF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(float, float) const method
Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object.
bool System::Drawing::Region::IsVisible(float x, float y) const
| Parameter | Type | Beschrijving |
|---|---|---|
| x | float | De X-coördinaat van het punt om te controleren |
| y | float | De Y-coördinaat van het punt om te controleren |
Zie ook
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(float, float, const SharedPtr<Graphics>&) const method
Bepaalt of het opgegeven punt zich bevindt binnen de regio die wordt weergegeven door het huidige object met behulp van de opgegeven graphics.
bool System::Drawing::Region::IsVisible(float x, float y, const SharedPtr<Graphics> &graphics) const
| Parameter | Type | Beschrijving |
|---|---|---|
| x | float | De X-coördinaat van het punt om te controleren |
| y | float | De Y-coördinaat van het punt om te controleren |
| graphics | const SharedPtr<Graphics>& | De graphics-context |
Zie ook
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++