Interface ISVGFilterPrimitiveStandardAttributes

ISVGFilterPrimitiveStandardAttributes interface

このインターフェイスは、フィルタ プリミティブ インターフェイス全体で共通の DOM 属性のセットを定義します。

public interface ISVGFilterPrimitiveStandardAttributes

プロパティ

名前説明
Height { get; }指定された「フィルター」要素の属性「高さ」に対応します。
Result { get; }指定された「フィルター」要素の属性「結果」に対応します。
Width { get; }指定された「フィルター」要素の属性「幅」に対応します。
X { get; }指定された「フィルター」要素の属性「x」に対応します。
Y { get; }指定された「フィルター」要素の属性「y」に対応します。

関連項目