System::Drawing::Drawing2D::GraphicsPath::IsVisible method
inhoud
[
verbergen
]GraphicsPath::IsVisible(const PointF&) method
Bepaalt of het opgegeven punt zich bevindt binnen het pad dat wordt weergegeven door het huidige object.
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
| Parameter | Type | Beschrijving |
|---|---|---|
| punt | const PointF& | Het punt om te controleren |
Zie ook
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::IsVisible(float, float) method
Bepaalt of het opgegeven punt zich bevindt binnen het pad dat wordt weergegeven door het huidige object.
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
| Parameter | Type | Beschrijving |
|---|---|---|
| x | float | De X-coördinaat van het te controleren punt |
| y | float | De Y-coördinaat van het te controleren punt |
Zie ook
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++