oevislib_net  0.14.3.0
Loading...
Searching...
No Matches
Relations

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.

Detailed Description

Function Documentation

◆ Contains() [1/4]

bool oevislib_net.Image.Contains ( Box inBox)
inline

Tests if a box is contained in the image.

Parameters
inBoxBox to test.
Returns
true if the box is contained in the image, false otherwise.

◆ Contains() [2/4]

bool oevislib_net.Image.Contains ( Point2D inPoint)
inline

Tests if a point is contained in the image.

Parameters
inPointPoint to test.
Returns
true if the point is contained in the image, false otherwise.

◆ Contains() [3/4]

bool oevislib_net.Image.Contains ( Point2Di inPosition)
inline

Tests if a pixel position is contained in the image.

Parameters
inPositionPosition to test.
Returns
true if the position is contained in the image, false otherwise.

◆ Contains() [4/4]

bool oevislib_net.Image.Contains ( Rectangle2D inRectangle)
inline

Tests if a rectangle is contained in the image.

Parameters
inRectangleRectangle to test.
Returns
true if the rectangle is contained in the image, false otherwise.