Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / OrientedBoundingRect Class / AccumulateTransformation Method

In This Topic
    AccumulateTransformation Method
    In This Topic
    Adds transformation to the global transformation.
    Syntax
    'Declaration
     
    Public Sub AccumulateTransformation( _
       ByVal newTransformation As Transformation _
    ) 
    public void AccumulateTransformation( 
       Transformation newTransformation
    )

    Parameters

    newTransformation
    See Also