IMotionCmdPathPoints Property |
Specifies points of command.
Read/write
PointF[].
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 22.5.0.0 (22.5)
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