AddPictureInPixel Method (IShapes)
In This Topic
Creates a picture from an existing file. Returns the
IShape object that represents the new picture.
Overload List
Overload | Description |
AddPictureInPixel(String,String,Double,Double,Double,Double) | Creates a picture from an existing file. Returns the IShape object that represents the new picture. |
AddPictureInPixel(String,Double,Double,Double,Double) | Creates a picture from an existing file. Returns the IShape object that represents the new picture. |
AddPictureInPixel(Stream,ImageType,Double,Double,Double,Double) | Creates a picture from an existing stream. Returns the IShape object that represents the new picture. |
AddPictureInPixel(String,Stream,ImageType,Double,Double,Double,Double) | Creates a picture from an existing stream. Returns the IShape object that represents the new picture. |
See Also