MotionCmdPath
Points Property
|
Namespace:
Spire.Presentation.Drawing.Animation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public PointF[] Points { get; set; }
Public Property Points As PointF()
Get
Set
public:
property array<PointF>^ Points {
array<PointF>^ get ();
void set (array<PointF>^ value);
}
member Points : PointF[] with get, set
Property Value
Type:
PointF
See Also