public static LeadRect FromLTRB(
int ,
int ,
int ,
int
)
'Declaration
Public Shared Function FromLTRB( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
) As LeadRect
'Usage
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
Dim value As LeadRect
value = LeadRect.FromLTRB(left, top, right, bottom)
LeadRect LeadRect_FromLTRB(int left, int top, int right, int bottom);
public static LeadRect fromLTRB(int left, int top, int right, int bottom)
function Leadtools.LeadRect.FromLTRB(
left ,
top ,
right ,
bottom
)
public:
static LeadRect FromLTRB(
int ,
int ,
int ,
int
)