Adds the specified picture to the shapes collection at the specified position.
'Declaration
Overloads Function AddPicture( _
ByVal As System.String, _
ByVal As System.Double, _
ByVal As System.Double _
) As IShape
'Usage
Dim instance As IShapes
Dim filename As System.String
Dim left As System.Double
Dim top As System.Double
Dim value As IShape
value = instance.AddPicture(filename, left, top)
IShape AddPicture(
System.string ,
System.double ,
System.double
)
Parameters
- filename
- The filename of the picture to add.
- left
- Left edge of the new picture in points.
- top
- Top edge of the new picture in points.
Return Value
A shape object representing the newly created picture.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2