Class OdfImageFilterInfo
Represents the filter/effect settings of an image frame. 表示影像框架的濾鏡/特效設定。
public sealed class OdfImageFilterInfo
- Inheritance
-
OdfImageFilterInfo
- Inherited Members
Constructors
OdfImageFilterInfo(string, IReadOnlyDictionary<string, string>?)
Represents the filter/effect settings of an image frame. 表示影像框架的濾鏡/特效設定。
public OdfImageFilterInfo(string filterName, IReadOnlyDictionary<string, string>? parameters = null)
Parameters
filterNamestringThe filter name. / 濾鏡名稱。
parametersIReadOnlyDictionary<string, string>The filter parameter key-value collection. / 濾鏡參數鍵值集合。
Properties
FilterName
Gets the filter name. 取得濾鏡名稱。
public string FilterName { get; }
Property Value
Parameters
Gets the filter parameter key-value collection. 取得濾鏡參數鍵值集合。
public IReadOnlyDictionary<string, string> Parameters { get; }