[]
        
(Showing Draft Content)

GrapeCity.Forguncy.Plugin.IReferenceImage

接口 IReferenceImage

命名空间: GrapeCity.Forguncy.Plugin
程序集: GrapeCity.Forguncy.Plugin.dll
语法
public interface IReferenceImage

方法

GetImageLocation(LocationIndicator)

返回插件中所有引用图片的信息。

声明
IEnumerable<LocatedObject<string>> GetImageLocation(LocationIndicator location)
参数
类型 名称 描述
LocationIndicator location

坐标定位器。

返回值
类型 描述
System.Collections.Generic.IEnumerable<T><LocatedObject<string>>

返回插件中所有引用图片的信息。

RenameImageName(string, string)

一旦图片被重命名,会调用此函数,所以需实现该接口重命名插件中使用到的相关图片名称。

声明
void RenameImageName(string oldName, string newName)
参数
类型 名称 描述
string oldName

重命名之前的图片名称。

string newName

重命名之后的图片名称。