ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / IRendering Interface / PushTransform Method
Native transform object.

In This Topic
    PushTransform Method (IRendering)
    In This Topic
    Push the transform matrix for drawing.
    Syntax
    'Declaration
     
    Sub PushTransform( _
       ByVal transform As System.Object _
    ) 
    void PushTransform( 
       System.object transform
    )

    Parameters

    transform
    Native transform object.
    See Also