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

In This Topic
    Draw(IRendering) Method
    In This Topic
    Draws ans fills a path defined by points and types.
    Syntax
    'Declaration
     
    Public Overloads Sub Draw( _
       ByVal rendering As IRendering _
    ) 
    public void Draw( 
       IRendering rendering
    )

    Parameters

    rendering
    The IRendering interface (instead graphics).
    See Also