Sort Score
Result 10 results
Languages All
Labels All
Results 3,641 - 3,650 of 15,834 for

point

(0.38 sec)
  1. Archiv

    Archiv...DrawLine(Pen, Point, Point) // Zeichnet eine Linie, die zwei Point-Strukturen...Pen(Color.Yellow, 2), new Point(10, 150), new Point(900, 150)); // Ausgabezeichnungsbil...

    blog.aspose.com/de/drawing/draw-lines-in-csharp/
  2. Stroke.transparency property | Aspose.Words for...

    Stroke.transparency property. Gets or sets a value between 0.0 (opaque) and 1.0 (clear) representing the degree of transparency of the stroke....SQUARE data_points = series . data_points data_points [ 0 ] . marker...PresetTexture . DENIM ) data_points [ 0 ] . marker . format . stroke...

    reference.aspose.com/words/python-net/aspose.wo...
  3. إدارة عناصر التحكم ActiveX في العروض التقديمية ...

    تعلم كيف يستخدم Aspose.Slides لـ C++ تقنية ActiveX لأتمتة وتحسين عروض PowerPoint التقديمية، مما يمنح المطورين تحكمًا قويًا في الشرائح....MakeArray < Point > ({ System :: Drawing :: Point ( 0 , image...() - 1 ), Point ( 0 , 0 ), System :: Drawing :: Point ( image ->...

    docs.aspose.com/slides/ar/cpp/activex/
  4. 最佳路径查找器|Documentation

    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....ptions); Point startPoint = new Point(5, 7); Point goalPoint...goalPoint = new Point(15, 13); var resultWay = generator.FindTheWay(startPoint...

    docs.aspose.com/gis/zh/net/optimal-path-finder/
  5. PageInfo class | Aspose.Words for Python

    aspose.words.rendering.PageInfo class. Represents information about a particular document page...height_in_points Gets the height of the page in points. landscape...size_in_points Gets the page size in points. width_in_points Gets...

    reference.aspose.com/words/python-net/aspose.wo...
  6. สร้างแผนภูมิในไฟล์การนำเสนอ PPT โดยใช้ Python |...

    ซอร์สโค้ด Python เพื่อสร้างแผนภูมิในการนำเสนอ PPT... data_points . add_data_point_for_pie_series(fact...20 )) series . data_points . add_data_point_for_pie_series(fact...

    products.aspose.com/slides/th/python-net/chart/...
  7. Maak een grafiek in PPTX presentatiebestanden m...

    Python broncode om diagram te maken in PPTX presentatie.... data_points . add_data_point_for_pie_series(fact...20 )) series . data_points . add_data_point_for_pie_series(fact...

    products.aspose.com/slides/nl/python-net/chart/...
  8. PythonでPowerPointプレゼンテーションのチャートを作成または更新|Aspose....

    Aspose.Slides for Python via .NET を使用して、PowerPoint と OpenDocument のプレゼンテーションでチャートを作成およびカスタマイズする方法を学びます。プレゼンテーションにチャートを追加、書式設定、編集する方法を、Python の実用的なコード例とともに解説します。... data_points . add_data_point_for_bar_series ( workbook...20 )) series . data_points . add_data_point_for_bar_series ( workbook...

    docs.aspose.com/slides/ja/python-net/create-chart/
  9. PageSetup.header_distance property | Aspose.Wor...

    PageSetup.header_distance property. Returns or sets the distance (in Points) between the header and the top of the page....Returns or sets the distance (in points) between the header and the...aw . ConvertUtil . inch_to_point ( 1 ) builder . page_setup ...

    reference.aspose.com/words/python-net/aspose.wo...
  10. 档案

    档案... DrawLine(Pen, Point, Point) // 绘制连接两个 Point 结构的线。 DrawLine(Pen...Pen(Color.Yellow, 2), new Point(10, 150), new Point(900, 150)); // 保存输出绘图图像...

    blog.aspose.com/zh/drawing/draw-lines-in-csharp/