Interface ISVGFilterPrimitiveStandardAttributes
Interface ISVGFilterPrimitiveStandardAttributes
名称: Aspose.Html.Dom.Svg.Filters 编辑: Aspose.HTML.dll (25.4.0)
此界面定义了在过滤器原始界面上常见的 DOM 属性组合。
[ComVisible(true)]
[DOMObject]
[DOMName("SVGFilterPrimitiveStandardAttributes")]
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; }