Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GroupShape Class / AddShape Method / AddShape(Single,Single,GeometryType) Method
The shape width, in points.
The shape height, in points.
The geometry type of the shape.

In This Topic
    AddShape(Single,Single,GeometryType) Method
    In This Topic
    Adds a new Shape with a specified size and text to the end of the group shape.
    Syntax
    'Declaration
     
    Public Overloads Function AddShape( _
       ByVal width As System.Single, _
       ByVal height As System.Single, _
       ByVal type As GeometryType _
    ) As Shape
    public Shape AddShape( 
       System.float width,
       System.float height,
       GeometryType type
    )

    Parameters

    width
    The shape width, in points.
    height
    The shape height, in points.
    type
    The geometry type of the shape.

    Return Value

    The added Shape.
    See Also