RectDFromLTRB Method

CVB.Net Documentation
Creates a RectD structure with the specified edge locations.

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

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

Parameters

left
Type: SystemDouble
The x-coordinate of the upper left corner of this Rect structure
top
Type: SystemDouble
The y-coordinate of the upper left corner of this Rect structure
right
Type: SystemDouble
The x-coordinate of the lower right corner of this Rect structure
bottom
Type: SystemDouble
The y-coordinate of the lower right corner of this Rect structure

Return Value

Type: RectD
The new Rect that this method creates.
See Also

Reference