Sets the position of the images displayed in instances of this shape.
SyntaxVB6
Copy Code
|
|---|
Public Sub SetPictureRect( _ |
C++
Copy Code
|
|---|
public: |
RemarksThe coordinates of the image location are specified in percent, relatively to the rectangular bounds of boxes. The default value (0, 0, 100, 100) makes the image displayed in a box cover the whole area of that box.
See Also