'Declaration
Public Shared Function FromLTRB( _ ByVal left As System.Single, _ ByVal top As System.Single, _ ByVal right As System.Single, _ ByVal bottom As System.Single _ ) As NRectangleF
'Usage
Dim left As System.Single Dim top As System.Single Dim right As System.Single Dim bottom As System.Single Dim value As NRectangleF value = NRectangleF.FromLTRB(left, top, right, bottom)
public static NRectangleF FromLTRB( System.float left, System.float top, System.float right, System.float bottom )
Parameters
- left
- top
- right
- bottom