ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLTextLayout Class / Draw Method
The IRendering interface.
The point for start drawing.

In This Topic
    Draw Method (XLTextLayout)
    In This Topic
    Draw this text layout using the IRendering interface.
    Syntax
    'Declaration
     
    Public Sub Draw( _
       ByVal rendering As IRendering, _
       ByVal point As System.Drawing.PointF _
    ) 
    public void Draw( 
       IRendering rendering,
       System.Drawing.PointF point
    )

    Parameters

    rendering
    The IRendering interface.
    point
    The point for start drawing.
    See Also