ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / AddShape Method
The drawing canvas shape.

In This Topic
    AddShape Method (C1WordDocument)
    In This Topic
    Add Word/RTF object for this document.
    Syntax
    'Declaration
     
    Public Function AddShape( _
       ByVal shape As DrawingShape _
    ) As RtfShape
    public RtfShape AddShape( 
       DrawingShape shape
    )

    Parameters

    shape
    The drawing canvas shape.

    Return Value

    The Word/RTF wraper shape.
    See Also