Table of Contents

Class OdfImageFilterInfo

Namespace
OdfKit.Image
Assembly
OdfKit.dll

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

filterName string

The filter name. / 濾鏡名稱。

parameters IReadOnlyDictionary<string, string>

The filter parameter key-value collection. / 濾鏡參數鍵值集合。

Properties

FilterName

Gets the filter name. 取得濾鏡名稱。

public string FilterName { get; }

Property Value

string

Parameters

Gets the filter parameter key-value collection. 取得濾鏡參數鍵值集合。

public IReadOnlyDictionary<string, string> Parameters { get; }

Property Value

IReadOnlyDictionary<string, string>