Interface ISVGFilterPrimitiveStandardAttributes
Interface ISVGFilterPrimitiveStandardAttributes
名称: Aspose.Svg.Filters 会議: Aspose.SVG.dll (25.5.0)
このインターフェイスは、フィルターの原始的なインターフェイスで一般的なDOM属性のセットを定義します。
[DOMName("SVGFilterPrimitiveStandardAttributes")]
[ComVisible(true)]
[DOMObject]
public interface ISVGFilterPrimitiveStandardAttributes
Properties
Height
指定された「フィルター」要素に「高さ」を割り当てる。
[DOMName("height")]
SVGAnimatedLength Height { get; }
不動産価値
Result
指定された「フィルター」要素に「結果」を割り当てる。
[DOMName("result")]
SVGAnimatedString Result { get; }
不動産価値
Width
指定された「フィルター」要素に「幅」を割り当てる。
[DOMName("width")]
SVGAnimatedLength Width { get; }
不動産価値
X
指定された「フィルター」要素に「x」を割り当てる。
[DOMName("x")]
SVGAnimatedLength X { get; }
不動産価値
Y
指定された「フィルター」要素に「y」を割り当てる。
[DOMName("y")]
SVGAnimatedLength Y { get; }