Quadrangle.Contains
Contents
[
Hide
]Contains(Point)
Determines if the specified Point is contained within this Quadrangle class.
public bool Contains(Point pt)
| Parameter | Type | Description |
|---|---|---|
| pt | Point | The Point to test. |
Return Value
Returns true if Point is contained within this Quadrangle class; otherwise, false.
See Also
- class Quadrangle
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode
Contains(int, int)
Determines if the specified point is contained within this Quadrangle class.
public bool Contains(int x, int y)
| Parameter | Type | Description |
|---|---|---|
| x | Int32 | The x point cordinate. |
| y | Int32 | The y point cordinate. |
Return Value
Returns true if point is contained within this Quadrangle class; otherwise, false.
See Also
- class Quadrangle
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode
Contains(Quadrangle)
Determines if the specified Quadrangle is contained or intersect this Quadrangle class.
public bool Contains(Quadrangle quad)
| Parameter | Type | Description |
|---|---|---|
| quad | Quadrangle | The Quadrangle to test. |
Return Value
Returns true if Quadrangle is contained or intersect this Quadrangle class; otherwise, false.
See Also
- class Quadrangle
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode
Contains(Rectangle)
Determines if the specified Rectangle is contained or intersect this Quadrangle class.
public bool Contains(Rectangle rect)
| Parameter | Type | Description |
|---|---|---|
| rect | Rectangle | The Rectangle to test. |
Return Value
Returns true if Rectangle is contained or intersect this Quadrangle class; otherwise, false.
See Also
- class Quadrangle
- namespace Aspose.BarCode.BarCodeRecognition
- assembly Aspose.BarCode