Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Leader Class / GetArrowHeadTransformation Method

In This Topic
    GetArrowHeadTransformation Method
    In This Topic
    Gets the transformation to apply to the arrowhead.
    Syntax
    'Declaration
     
    Protected Overridable Function GetArrowHeadTransformation( _
       ByVal arrowhead As arrowheadType, _
       ByVal myDistance As Double _
    ) As Transformation
    protected virtual Transformation GetArrowHeadTransformation( 
       arrowheadType arrowhead,
       double myDistance
    )

    Parameters

    arrowhead
    myDistance

    Return Value

    See Also