SampleImageListMaximumExtractableRectangle Method

CVB.Net Documentation
Check how much of an image may be used for sample extraction

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

public Rect MaximumExtractableRectangle(
	Image image
)

Parameters

image
Type: Stemmer.CvbImage
image for which to calculate the maximum extractable rectangle

Return Value

Type: Rect
Rectangle or Rectangle.Empty
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf the image list or the image has already been disposed
NullReferenceExceptionIf image is null
See Also

Reference