Interface ISVGFilterPrimitiveStandardAttributes
ISVGFilterPrimitiveStandardAttributes interface
该接口定义了过滤器原语接口中通用的 DOM 属性集。
public interface ISVGFilterPrimitiveStandardAttributes
特性
姓名 | 描述 |
---|---|
Height { get; } | 对应于给定“过滤器”元素上的属性“高度”。 |
Result { get; } | 对应于给定“过滤器”元素上的属性“结果”。 |
Width { get; } | 对应于给定“过滤器”元素上的属性“宽度”。 |
X { get; } | 对应于给定“过滤器”元素上的属性“x”。 |
Y { get; } | 对应于给定“过滤器”元素上的属性“y”。 |