ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfDrawingCanvas Class / AddShape Method
The C1.WPF.Word.Canvas.DrawingShape object.

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

    Parameters

    drawingShape
    The C1.WPF.Word.Canvas.DrawingShape object.

    Return Value

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