Products | Support | Back to Introduction | Email a link to this topic. | Back to Introduction - All Topics | Help Version 19.0.4.12
|
Leadtools.Forms Namespace > LogicalRectangle Structure : FromLTRB Method |
public static LogicalRectangle FromLTRB( double left, double top, double right, double bottom, LogicalUnit unit )
'Declaration Public Shared Function FromLTRB( _ ByVal left As Double, _ ByVal top As Double, _ ByVal right As Double, _ ByVal bottom As Double, _ ByVal unit As LogicalUnit _ ) As LogicalRectangle
'Usage Dim left As Double Dim top As Double Dim right As Double Dim bottom As Double Dim unit As LogicalUnit Dim value As LogicalRectangle value = LogicalRectangle.FromLTRB(left, top, right, bottom, unit)