Share via


CanvasShapes.AddCallout Method

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function AddCallout ( _
    Type As MsoCalloutType, _
    Left As Single, _
    Top As Single, _
    Width As Single, _
    Height As Single _
) As Shape
'Usage
Dim instance As CanvasShapes
Dim Type As MsoCalloutType
Dim Left As Single
Dim Top As Single
Dim Width As Single
Dim Height As Single
Dim returnValue As Shape

returnValue = instance.AddCallout(Type, _
    Left, Top, Width, Height)
Shape AddCallout(
    MsoCalloutType Type,
    float Left,
    float Top,
    float Width,
    float Height
)

Parameters

Return Value

Type: Microsoft.Office.Core.Shape

See Also

Reference

CanvasShapes Interface

CanvasShapes Members

Microsoft.Office.Core Namespace