Rect Constructor (Point2D, Size2D)

CVB.Net Documentation
Constructor for Cvb rectangles.

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

public Rect(
	Point2D location,
	Size2D size
)

Parameters

location
Type: Stemmer.CvbPoint2D
Location of the rectangle
size
Type: Stemmer.CvbSize2D
Size of the rectangle
See Also

Reference