'Declaration
Public Shared Function FromLTRB( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
) As ImageRect
public static ImageRect FromLTRB(
System.int ,
System.int ,
System.int ,
System.int
)