ImageMap Method (Rect)

CVB.Net Documentation
Creates a mapped image of the rect region of this image.

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

public MappedImage Map(
	Rect rect
)

Parameters

rect
Type: Stemmer.CvbRect
Region to create map from.

Return Value

Type: MappedImage
Mapped image with the size of the given rect.
Remarks

The result is an exact view on this image's data and no scaling is done.
See Also

Reference