ComponentOne Bitmap for WPF
FromLTRB Method (RectF)

C1.WPF.DX.4 Assembly > C1.Util.DX Namespace > RectF Structure : FromLTRB Method
Creates a RectF struct from (left, top, right, bottom) coordinates.
Syntax
'Declaration
 
Public Shared Function FromLTRB( _
   ByVal left As System.Single, _
   ByVal top As System.Single, _
   ByVal right As System.Single, _
   ByVal bottom As System.Single _
) As RectF
public static RectF FromLTRB( 
   System.float left,
   System.float top,
   System.float right,
   System.float bottom
)

Parameters

left
top
right
bottom
See Also

Reference

RectF Structure
RectF Members