Area2D Constructor (Rect)

CVB.Net Documentation
Create an Area2D from the given rectangle r using the identity transformation (equivalent to calling new Area2D(r, AffineMatrix.Identity);)

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

public Area2D(
	Rect r
)

Parameters

r
Type: Stemmer.CvbRect
Rectangle to create the Area2D from
See Also

Reference