Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CanvasShape Class / AddShape Method / AddShape() Method

In This Topic
    AddShape() Method
    In This Topic
    Adds a new GeometryType.Rectangle 100 x 100 points Shape to the end of the canvas shape.
    Syntax
    'Declaration
     
    Public Overloads Function AddShape() As Shape
    public Shape AddShape()

    Return Value

    The added Shape.
    See Also