ActiveReports 13
FromLTRB Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Rect Structure : FromLTRB Method
The x-coordinate of the upper-left corner of the rectangle.
The y-coordinate of the upper-left corner of the rectangle.
The x-coordinate of the lower-right corner of the rectangle.
The y-coordinate of the lower-right corner of the rectangle
Creates a Rect with the specified edge locations.
Syntax
'Declaration
 
Public Shared Function FromLTRB( _
   ByVal left As Double, _
   ByVal top As Double, _
   ByVal right As Double, _
   ByVal bottom As Double _
) As Rect
public static Rect FromLTRB( 
   double left,
   double top,
   double right,
   double bottom
)

Parameters

left
The x-coordinate of the upper-left corner of the rectangle.
top
The y-coordinate of the upper-left corner of the rectangle.
right
The x-coordinate of the lower-right corner of the rectangle.
bottom
The y-coordinate of the lower-right corner of the rectangle
See Also

Reference

Rect Structure
Rect Members