Interface ISVGAnimatedPoints

Interface ISVGAnimatedPoints

名称: Aspose.Svg 會議: Aspose.SVG.dll (25.5.0)

SVGAnimatedPoints 接口支持具有“点”属性的元素,其中包含协调值列表,并支持能够动画该属性。此外,通过 XML DOM 访问的原始元素的“点”属性(例如,使用 getAttribute() 方法呼叫)将反映任何对点进行的变化。

[DOMObject]
[ComVisible(true)]
[DOMNoInterfaceObject]
public interface ISVGAnimatedPoints

Properties

AnimatedPoints

提供对“点”属性的当前动画内容的访问;如果该属性或属性被动画,则包含该属性或属性的当前动画值;如果该属性或属性目前不被动画,则包含与点相同的值。

[DOMName("animatedPoints")]
SVGPointList AnimatedPoints { get; }

财产价值

SVGPointList

Points

提供对“点”属性的基本(即静态)内容的访问。

[DOMName("points")]
SVGPointList Points { get; }

财产价值

SVGPointList

 中文