MotionCmdPathPoints Property |
Specifies points of command.
Read/write PointF.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic PointF[] Points { get; set; }
Public Property Points As PointF()
Get
Set
public:
virtual property array<PointF>^ Points {
array<PointF>^ get () sealed;
void set (array<PointF>^ value) sealed;
}
abstract Points : PointF[] with get, set
override Points : PointF[] with get, set
Property Value
Type:
PointFImplements
IMotionCmdPathPoints
See Also