AddLinkedPicture

ShapeCollection.AddLinkedPicture method

添加链接图片。

public Picture AddLinkedPicture(int upperLeftRow, int upperLeftColumn, int height, int width, 
    string sourceFullName)
范围类型描述
upperLeftRowInt32左上行索引。
upperLeftColumnInt32左上列索引。
heightInt32形状的高度。以像素为单位
widthInt32形状的宽度。以像素为单位
sourceFullNameString链接图像的源文件的路径和名称

返回值

Picture图片对象。

也可以看看