RectFromLTRB Method

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

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

public static Rect FromLTRB(
	int left,
	int top,
	int right,
	int bottom
)

Parameters

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

Return Value

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

Reference