ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / PushClip Method
The IRendering interface (instead graphics).

In This Topic
    PushClip Method
    In This Topic
    Apply this path for clipping.
    Syntax
    'Declaration
     
    Public Sub PushClip( _
       ByVal rendering As IRendering _
    ) 
    public void PushClip( 
       IRendering rendering
    )

    Parameters

    rendering
    The IRendering interface (instead graphics).
    See Also