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


In This Topic
    NMarginsF Constructor(Single)
    In This Topic
    Creates new margins with equal left, right, top and bottom values
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal all As System.Single _
    )
    'Usage
     
    
    Dim all As System.Single
     
    Dim instance As New NMarginsF(all)
    public NMarginsF( 
       System.float all
    )

    Parameters

    all
    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