Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Run Class / AddCanvasShape Method / AddCanvasShape(Single,Single) Method
The canvas width, in points.
The canvas height, in points.

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

    Parameters

    width
    The canvas width, in points.
    height
    The canvas height, in points.

    Return Value

    The added CanvasShape.
    See Also