Nevron .NET Vision
Nevron.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 Overridable Sub GetOffsetFromDirectionAndStep( _
       ByVal direction As CompassDirection, _
       ByVal step As System.Single, _
       ByRef dx As System.Single, _
       ByRef dy As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NBatchTranslate
    Dim direction As CompassDirection
    Dim step As System.Single
    Dim dx As System.Single
    Dim dy As System.Single
     
    instance.GetOffsetFromDirectionAndStep(direction, step, dx, dy)
    protected virtual void GetOffsetFromDirectionAndStep( 
       CompassDirection direction,
       System.float step,
       out System.float dx,
       out System.float dy
    )

    Parameters

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