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; }

财产价值

SVGAnimatedLength

Result

相应于将“结果”归分为“过滤器”元素。

[DOMName("result")]
SVGAnimatedString Result { get; }

财产价值

SVGAnimatedString

Width

相应于指定的“过滤器”元素的“宽度”。

[DOMName("width")]
SVGAnimatedLength Width { get; }

财产价值

SVGAnimatedLength

X

相应于指定的“过滤器”元素中的“x”。

[DOMName("x")]
SVGAnimatedLength X { get; }

财产价值

SVGAnimatedLength

Y

相应于指定的“过滤器”元素中的“y”。

[DOMName("y")]
SVGAnimatedLength Y { get; }

财产价值

SVGAnimatedLength

 中文