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

부동산 가치

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

 한국어