Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
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)