In This Topic
Creates a picture from an existing file. Returns the
IShape objectthat represents the new picture.
Overload List
Overload | Description |
addPictureInPixel(String,double,double,double,double) | Creates a picture from an existing file. Returns the IShape objectthat represents the new picture. |
addPictureInPixel(String,String,double,double,double,double) | Creates a picture from an existing file. Returns the IShape objectthat represents the new picture. |
addPictureInPixel(InputStream,ImageType,double,double,double,double) | Creates a picture from an existing stream. Returns the IShape objectthat represents the new picture. |
addPictureInPixel(String,InputStream,ImageType,double,double,double,double) | Creates a picture from an existing stream. Returns the IShape objectthat represents the new picture. |
See Also