Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMarginsL Structure / NMarginsL Constructor / NMarginsL Constructor(Int32,Int32,Int32,Int32)


In This Topic
    NMarginsL Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Creates a new NMarginsL object with the specified margins in points.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal left As System.Integer, _
       ByVal top As System.Integer, _
       ByVal right As System.Integer, _
       ByVal bottom As System.Integer _
    )
    'Usage
     
    
    Dim left As System.Integer
    Dim top As System.Integer
    Dim right As System.Integer
    Dim bottom As System.Integer
     
    Dim instance As New NMarginsL(left, top, right, bottom)
    public NMarginsL( 
       System.int left,
       System.int top,
       System.int right,
       System.int 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