ComponentOne Bitmap for UWP
FromLTRB Method (RectD)

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

Parameters

left
top
right
bottom
See Also

Reference

RectD Structure
RectD Members