Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CanvasShapeCollection Class / Insert Method / Insert(Single,Single,InsertLocation) Method
The canvas width, in points.
The canvas height, in points.
The target InsertLocation for the insertion.

In This Topic
    Insert(Single,Single,InsertLocation) Method
    In This Topic
    Inserts a CanvasShape into this collection at a specified location.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal width As System.Single, _
       ByVal height As System.Single, _
       ByVal location As InsertLocation _
    ) As CanvasShape
    public CanvasShape Insert( 
       System.float width,
       System.float height,
       InsertLocation location
    )

    Parameters

    width
    The canvas width, in points.
    height
    The canvas height, in points.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted CanvasShape.
    See Also