[]
        
(Showing Draft Content)

C1.WPF.Bitmap.ImageRect.FromLTRB

FromLTRB Method

FromLTRB(int, int, int, int)

Creates a ImageRect struct from (left, top, right, bottom) coordinates.

Declaration
public static ImageRect FromLTRB(int left, int top, int right, int bottom)
Public Shared Function FromLTRB(left As Integer, top As Integer, right As Integer, bottom As Integer) As ImageRect
Parameters
Type Name Description
int left
int top
int right
int bottom
Returns
Type Description
ImageRect