Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Returns

The Picture object at the specified position.

Example
Code Block
csharp
csharp
titleC#

 
          Pictures allPics = slide1.Pictures;
          Picture firstPic = allPics[0];

Code Block
vbnet
vbnet
titlevb.net


          Dim allPics As Pictures = slide1.Pictures
          Dim firstPic As Integer = allPics(0)