Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NShape Class / SetArrangeSlot Method / SetArrangeSlot(Double,Double,Double,Double) Method


In This Topic
    SetArrangeSlot(Double,Double,Double,Double) Method
    In This Topic
    Sets the arrange slot of the shape and positions it into it taking into account the horizontal and vertical placement specified in the LayoutData.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetArrangeSlot( _
       ByVal x As System.Double, _
       ByVal y As System.Double, _
       ByVal width As System.Double, _
       ByVal height As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NShape
    Dim x As System.Double
    Dim y As System.Double
    Dim width As System.Double
    Dim height As System.Double
     
    instance.SetArrangeSlot(x, y, width, height)
    public void SetArrangeSlot( 
       System.double x,
       System.double y,
       System.double width,
       System.double height
    )

    Parameters

    x
    y
    width
    height
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also