ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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 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