ComponentOne Word for UWP
AddShape(DrawingShape) Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfDrawingCanvas Class : AddShape(DrawingShape) Method
The C1.Xaml.Word.Canvas.DrawingShape object.
Adds new shape using exist C1.Xaml.Word.Canvas.DrawingShape object.
Syntax
'Declaration
 
Public Function AddShape( _
   ByVal drawingShape As DrawingShape _
) As RtfShape
public RtfShape AddShape( 
   DrawingShape drawingShape
)

Parameters

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

Return Value

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

Reference

RtfDrawingCanvas Class
RtfDrawingCanvas Members