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 _
) 
 

Parameters

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