Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / MultMatrix Method

In This Topic
    MultMatrix Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub MultMatrix( _
       ByVal transform() As Double, _
       ByVal matrixType As RenderContextBase.matrixType _
    ) 
    protected virtual void MultMatrix( 
       double[] transform,
       RenderContextBase.matrixType matrixType
    )

    Parameters

    transform
    matrixType
    See Also