Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TraversalParams Class / PushTransformation Method / PushTransformation(Transformation) Method
The transformation

In This Topic
    PushTransformation(Transformation) Method
    In This Topic
    Multiplies the transformation by the current transformation and pushes the resulting transformation on the stack.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub PushTransformation( _
       Optional ByVal transform As Transformation _
    ) 
    public virtual void PushTransformation( 
       Transformation transform
    )

    Parameters

    transform
    The transformation
    Remarks
    If is null, pushes the current transformation on the stack and puts a null transformation on top of it.
    See Also