Nevron .NET Vision
Nevron.Diagram Namespace / NContentAlignment Structure / NContentAlignment Constructor / NContentAlignment Constructor(NPointF,NRectangleF)


In This Topic
    NContentAlignment Constructor(NPointF,NRectangleF)
    In This Topic
    Initialized the alignment with the position of the point relative to the specified rect
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal point As NPointF, _
       ByVal rect As NRectangleF _
    )
    'Usage
     
    
    Dim point As NPointF
    Dim rect As NRectangleF
     
    Dim instance As New NContentAlignment(point, rect)
    public NContentAlignment( 
       NPointF point,
       NRectangleF rect
    )

    Parameters

    point
    rect
    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