Picture

Picture class

表示演示文稿中的图片。

public sealed class Picture : ISlidesPicture

属性

名称描述
AsIPresentationComponent { get; }允许获取基础的 IPresentationComponent 接口。只读 IPresentationComponent
Image { get; set; }返回或设置嵌入的图片。读写 IPPImage
ImageTransform { get; }返回图像变换效果的集合。只读 IImageTransformOperationCollection
LinkPathLong { get; set; }返回或设置链接图像的 URL。读写字符串。
Presentation { get; }返回演示文稿。只读 IPresentation
Slide { get; }返回图片的父幻灯片。只读 IBaseSlide

方法

名称描述
override Equals(object)与指定对象进行比较。
override GetHashCode()返回哈希值。

另请参见