Nevron.GraphicsCore Namespace / NRectangleF Structure / FromLTRB Method


FromLTRB Method (NRectangleF)
Syntax
'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)

Parameters

left
top
right
bottom
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also