IMotionCmdPathPoints 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)
SyntaxPointF[] Points { get; set; }
Property Points As PointF()
Get
Set
property array<PointF>^ Points {
array<PointF>^ get ();
void set (array<PointF>^ value);
}
abstract Points : PointF[] with get, set
Property Value
Type:
PointF
See Also