Nevron Open Vision Documentation
Nevron.Nov.Diagram.Batches Namespace / NBatchTranslate Class / GetOffsetFromDirectionAndStep Method


In This Topic
    GetOffsetFromDirectionAndStep Method
    In This Topic
    Obtains a translation offset from a compass direction and step
    Syntax
    'Declaration
     
    
    Protected Sub GetOffsetFromDirectionAndStep( _
       ByVal direction As ENCompassDirection, _
       ByVal step As System.Double, _
       ByRef dx As System.Double, _
       ByRef dy As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NBatchTranslate
    Dim direction As ENCompassDirection
    Dim step As System.Double
    Dim dx As System.Double
    Dim dy As System.Double
     
    instance.GetOffsetFromDirectionAndStep(direction, step, dx, dy)
    protected void GetOffsetFromDirectionAndStep( 
       ENCompassDirection direction,
       System.double step,
       out System.double dx,
       out System.double dy
    )

    Parameters

    direction
    step
    dx
    dy
    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