RectD Constructor (Double, Double, Double, Double)

CVB.Net Documentation
Construct a RectD structure.

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

public RectD(
	double left,
	double top,
	double right,
	double bottom
)

Parameters

left
Type: SystemDouble
Left edge of the rectangle
top
Type: SystemDouble
top edge of the rectangle
right
Type: SystemDouble
Right edge of the rectangle
bottom
Type: SystemDouble
bottom edge of the rectangle
See Also

Reference