Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMarginsF Structure / NMarginsF Constructor / NMarginsF Constructor(Single,Single,Single,Single)


In This Topic
    NMarginsF Constructor(Single,Single,Single,Single)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal left As System.Single, _
       ByVal top As System.Single, _
       ByVal right As System.Single, _
       ByVal bottom As System.Single _
    )
    'Usage
     
    
    Dim left As System.Single
    Dim top As System.Single
    Dim right As System.Single
    Dim bottom As System.Single
     
    Dim instance As New NMarginsF(left, top, right, bottom)
    public NMarginsF( 
       System.float left,
       System.float top,
       System.float right,
       System.float 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