get_Points()
IInkTrace::get_Points() method
Gets points for the IInkLine System::Drawing::PointF Read-only.
virtual System::ArrayPtr<System::Drawing::PointF> Aspose::Slides::Ink::IInkTrace::get_Points()=0
Remarks
Example:
System::SharedPtr<Presentation> pres = System::MakeObject<Presentation>(u"pres.pptx");
System::SharedPtr<IInk> ink = System::ExplicitCast<IInk>(pres->get_Slide(0)->get_Shape(0));
System::ArrayPtr<System::SharedPtr<IInkTrace>> traces = ink->get_Traces();
System::ArrayPtr<System::Drawing::PointF> points = traces[0]->get_Points();
See Also
- Typedef ArrayPtr
- Class PointF
- Class IInkTrace
- Namespace Aspose::Slides::Ink
- Library Aspose.Slides