IPictureFrame

IPictureFrame interface

Represents a frame with a picture inside.

public interface IPictureFrame : IGeometryShape

Properties

NameDescription
AsIGeometryShape { get; }Allows to get base IGeometryShape interface. Read-only IGeometryShape.
PictureFormat { get; }Returns the PictureFillFormat object for a picture frame. Read-only IPictureFillFormat.
PictureFrameLock { get; }Returns PictureFrame’s locks. Read-only IPictureFrameLock.
RelativeScaleHeight { get; set; }Returns or sets the scale of height(relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write Single.
RelativeScaleWidth { get; set; }Returns or sets the scale of width (relative to original picture size) of the picture frame. Value 1.0 corresponds to 100%. Read/write Single.
ShapeLock { get; }Returns shape’s locks. Read-only IPictureFrameLock.

See Also