Nevron.Diagram Namespace / NMargins Structure / NMargins Constructor / NMargins Constructor(Single,Single,Single,Single)


NMargins Constructor(Single,Single,Single,Single)
Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Single, _
   ByVal right As System.Single, _
   ByVal top As System.Single, _
   ByVal bottom As System.Single _
)
 
'Usage
 
Dim left As System.Single
Dim right As System.Single
Dim top As System.Single
Dim bottom As System.Single
 
Dim instance As New NMargins(left, right, top, bottom)

Parameters

left
right
top
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