PropertyEffectPoints Property |
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic IPointCollection Points { get; set; }
Public Property Points As IPointCollection
Get
Set
public:
virtual property IPointCollection^ Points {
IPointCollection^ get () sealed;
void set (IPointCollection^ value) sealed;
}
abstract Points : IPointCollection with get, set
override Points : IPointCollection with get, set
Property Value
Type:
IPointCollectionImplements
IPropertyEffectPoints
See Also