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 > LeadRectDHelper Class : FromLTRB Method |
'Declaration
Public Shared Function FromLTRB( _ ByVal left As Double, _ ByVal top As Double, _ ByVal right As Double, _ ByVal bottom As Double _ ) As LeadRectD
'Usage
Dim left As Double Dim top As Double Dim right As Double Dim bottom As Double Dim value As LeadRectD value = LeadRectDHelper.FromLTRB(left, top, right, bottom)