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