ComponentOne Bitmap for UWP
FromLTRB Method (RectL)

C1.UWP.DX Assembly > C1.Util.DX Namespace > RectL Structure : FromLTRB Method
Creates a RectL struct from (left, top, right, bottom) coordinates.
Syntax
'Declaration
 
Public Shared Function FromLTRB( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
) As RectL
public static RectL FromLTRB( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

Parameters

left
top
right
bottom
See Also

Reference

RectL Structure
RectL Members