IPictureFrame class

IPictureFrame class

Represents a frame with a picture inside.

The IPictureFrame type exposes the following members:

Properties

PropertyDescription
shape_lockReturns shape’s locks.
Read-only IPictureFrameLock.
picture_frame_lockReturns PictureFrame’s locks.
Read-only IPictureFrameLock.
picture_formatReturns the PictureFillFormat object for a picture frame.
Read-only IPictureFillFormat.
relative_scale_heightReturns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
Read/write float.
relative_scale_widthReturns or sets the scale of width (relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%.
Read/write float.

See Also