ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / ImageRect Structure / FromLTRB Method

In This Topic
    FromLTRB Method (ImageRect)
    In This Topic
    Creates a ImageRect struct from (left, top, right, bottom) coordinates.
    Syntax
    'Declaration
     
    Public Shared Function FromLTRB( _
       ByVal left As Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom As Integer _
    ) As ImageRect
    public static ImageRect FromLTRB( 
       int left,
       int top,
       int right,
       int bottom
    )

    Parameters

    left
    top
    right
    bottom
    See Also