Area2D Constructor (Rect, AffineMatrix2D)

CVB.Net Documentation
Creates an Area2D from the given rectangle r using the transformation m.

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

public Area2D(
	Rect r,
	AffineMatrix2D m
)

Parameters

r
Type: Stemmer.CvbRect
Rectangle to convert to image coordinates via matrix m.
m
Type: Stemmer.CvbAffineMatrix2D
Affine matrix to transform pixel coordinates to image coordinates.
See Also

Reference