ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfDrawingCanvas Class / AddShape(DrawingShape) Method
The C1.C1Word.Canvas.DrawingShape object.

In This Topic
    AddShape(DrawingShape) Method
    In This Topic
    Adds new shape using exist C1.C1Word.Canvas.DrawingShape object.
    Syntax
    'Declaration
     
    Public Function AddShape( _
       ByVal drawingShape As DrawingShape _
    ) As RtfShape
    public RtfShape AddShape( 
       DrawingShape drawingShape
    )

    Parameters

    drawingShape
    The C1.C1Word.Canvas.DrawingShape object.

    Return Value

    The Word/RTF shape as wraper for the drawing canvas.
    See Also