|
oevislib_net
0.14.3.0
|
Functions | |
| bool | oevislib_net.Image.Contains (Point2Di inPosition) |
| Tests if a pixel position is contained in the image. | |
| bool | oevislib_net.Image.Contains (Box inBox) |
| Tests if a box is contained in the image. | |
| bool | oevislib_net.Image.Contains (Point2D inPoint) |
| Tests if a point is contained in the image. | |
| bool | oevislib_net.Image.Contains (Rectangle2D inRectangle) |
| Tests if a rectangle is contained in the image. | |
|
inline |
Tests if a box is contained in the image.
| inBox | Box to test. |
|
inline |
Tests if a point is contained in the image.
| inPoint | Point to test. |
|
inline |
Tests if a pixel position is contained in the image.
| inPosition | Position to test. |
|
inline |
Tests if a rectangle is contained in the image.
| inRectangle | Rectangle to test. |