Método Aspose::Pdf::Rectangle::ContainsPoint
Rectangle::ContainsPoint method
Determina si el punto dado está contenido dentro del rectángulo.
bool Aspose::Pdf::Rectangle::ContainsPoint(double x, double y)
| Parámetro | Tipo | Descripción |
|---|---|---|
| x | double | Coordenada X del punto. |
| y | double | Coordenada Y del punto. |
ReturnValue
true if the point is contained within the rectangle; otherwise, false.
Ver también
- Class Rectangle
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++