Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CanvasShape Class / AddGroupShape Method / AddGroupShape(Single,Single) Method
The group shape width, in points.
The group shape height, in points.

In This Topic
    AddGroupShape(Single,Single) Method
    In This Topic
    Adds a GroupShape to the end of the canvas shape.
    Syntax
    'Declaration
     
    Public Overloads Function AddGroupShape( _
       ByVal width As System.Single, _
       ByVal height As System.Single _
    ) As GroupShape
    public GroupShape AddGroupShape( 
       System.float width,
       System.float height
    )

    Parameters

    width
    The group shape width, in points.
    height
    The group shape height, in points.

    Return Value

    The added GroupShape.
    See Also