Rect Constructor (Int32, Int32, Int32, Int32)

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(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

left
Type: SystemInt32
Leftmost column of the rectangle
top
Type: SystemInt32
Topmost column of the rectangle
right
Type: SystemInt32
Rightmost column of the rectangle
bottom
Type: SystemInt32
Bottom columns of the rectangle
See Also

Reference