Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 11,959 for

point

(0.06 sec)
  1. Verwenden von Glyph-Objekten | API-Lösung für C++

    Die Funktionalität von Glyph-Objekten in Aspose.Font-Bibliothek wird durch ihre Eigenschaften beschrieben. Erfahren Sie, wie Sie Glyphen in C++ kodieren....speichert sie in der Variablen „points“, die ein Array von Objekten...st < System::Drawing::Point >> points = System::MakeObject <...

    docs.aspose.com/font/de/cpp/developer-guide/usi...
  2. C++を使ったチャートのシリーズのデータポイントにカスタムラベルを追加する方法|Documen...

    Aspose.Cells for C++を使って、チャートのシリーズ内のデータポイントにカスタムラベルを追加する方法を学びます。ガイドでは、ラベルの外観や位置、書式を変更し、データソースとリンクさせて正確なデータ表現を行う方法も解説します。...pointCount ; i ++ ) { ChartPoint point = series . GetPoints (). Get...wstringstream ws ; ws << L "Series 1 \n Point " << i ; U16String labelText...

    docs.aspose.com/cells/ja/cpp/adding-custom-labe...
  3. Aspose.PSD cho .NET 24.4 - Thông tin phát hành|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....() { IsLinked = true , Points = new Point [ 3 ] { PointFToResourcePoin...() { IsLinked = true , Points = new Point [ 3 ] { PointFToResourcePoin...

    docs.aspose.com/psd/vi/net/aspose-psd-cho-net-2...
  4. TabStopCollection.get_position_by_index method ...

    TabStopCollection.get_position_by_index method. Gets the position (in Points) of the tab stop at the specified index....dex) Gets the position (in points) of the tab stop at the specified...ConvertUtil . millimeter_to_point ( 30 ), alignment = aw . TabAlignment...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 错误条|Aspose.Slides for PHP 文档

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....单个点设置错误条值 $points = $series -> getDataPoints (); $points -> getDataSourceTypeFor...DataSourceType :: DoubleLiterals ); $points -> getDataSourceTypeFor ()...

    docs.aspose.com/slides/zh/php-java/error-bar/
  6. 误差线|Aspose.Slides for Python 文档

    在 Python 中向 PowerPoint 演示文稿添加误差线...访问图表系列数据点并为单个点设置误差线值 points = series . data_points points . data_sour...DataSourceType . DOUBLE_LITERALS points . data_source_type_for_err...

    docs.aspose.com/slides/zh/python-net/error-bar/
  7. Fehlerbalken|Aspose.Slides Dokumentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....IChartDataPointColle points = series . getDataPoints (); points . getDataSourceTypeFor...DataSourceType . DoubleLiterals ); points . getDataSourceTypeFor ()....

    docs.aspose.com/slides/de/androidjava/error-bar/
  8. Come aggiungere l'annotazione Polyline usando ....

    Codice sorgente su C# per aggiungere Polyline annotazioni su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....), new Point [] { new Point ( 545 , 150 ), new Point ( 545 ,... 190 ), new Point ( 667 , 190 ), new Point ( 667 , 110 ), new...

    products.aspose.com/pdf/it/net/annotation/polyl...
  9. How to create a CadPolyline with 3D data (Z coo...

    I’m using Aspose.CAD for .NET (C#) and I’m generating a DwgImage completely from scratch. I’ve successfully created a CadLwPolyline using 2D coordinates, but now I need to represent actual 3D data — meaning coordinates …...CadLwPolyline objects using 2D points that I extract from 3D data...{ var points = Create2DPointsFrom3D(feature); if (points.Count...

    forum.aspose.com/t/how-to-create-a-cadpolyline-...
  10. جزء|وثائق Aspose.Slides

    الحصول على جزء في عرض PowerPoint باستخدام C# أو .NET... Portions ) { PointF point = portion . GetCoordinates ();..."الإحداثيات X =" + point . X + " الإحداثيات Y =" + point . Y ); } } }...

    docs.aspose.com/slides/ar/net/portion/