Leadtools Namespace > LeadRectHelper Class : FromLTRB Method |
'Declaration Public Shared Function FromLTRB( _ ByVal left As Integer, _ ByVal top As Integer, _ ByVal right As Integer, _ ByVal bottom 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 = LeadRectHelper.FromLTRB(left, top, right, bottom)