ComponentOne Bitmap for WPF
FromLTRB Method (ImageRect)

C1.WPF.Bitmap.4 Assembly > C1.WPF.Bitmap Namespace > ImageRect Structure : FromLTRB Method
Creates a ImageRect 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 ImageRect
public static ImageRect FromLTRB( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

Parameters

left
top
right
bottom
See Also

Reference

ImageRect Structure
ImageRect Members