ImageContains Method

CVB.Net Documentation
Tests if a pixel location is inside the image.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool Contains(
	Point2D pt
)

Parameters

pt
Type: Stemmer.CvbPoint2D
Location to test

Return Value

Type: Boolean
true if pt refers to a position inside the image, false otherwise.
See Also

Reference