Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 1,705 for

ellipses

(0.8 sec)
  1. 将椭圆对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将椭圆对象创建到您的PDF中。...NET private static void Ellipse () { // The path to the document...borderInfo ; // Create first ellipse with specified coordinates...

    docs.aspose.com/pdf/zh/net/add-ellipse/
  2. Adicionar Objeto Elipse ao Arquivo PDF|Aspose.P...

    Este artigo explica como criar um objeto Elipse no seu PDF usando Aspose.PDF para Java....( borderInfo ); Ellipse ellipse1 = new Ellipse ( 150 , 100 , 120...add ( ellipse1 ); Ellipse ellipse2 = new Ellipse ( 50 , 50 , 18...

    docs.aspose.com/pdf/pt/java/add-ellipse/
  3. PDFファイルに楕円オブジェクトを追加|Aspose.PDF for .NET

    この記事では、Aspose.PDF for .NETを使用してPDFに楕円オブジェクトを作成する方法を説明します。...NET private static void Ellipse () { // The path to the document...borderInfo ; // Create first ellipse with specified coordinates...

    docs.aspose.com/pdf/ja/net/add-ellipse/
  4. Python で PDF に楕円シェイプを追加する方法|Aspose.PDF for Pyth...

    Python で PDF ファイルに楕円を描画し、塗りつぶし、ラベルを付ける方法を学びましょう。...drawing as drawing def add_ellipse ( outfile : str ): document...green ) ellipse1 = drawing . Ellipse ( 150 , 100 , 120 , 60 ) ellipse1...

    docs.aspose.com/pdf/ja/python-net/add-ellipse/
  5. Добавление эллипсов в презентации на .NET|Докум...

    Узнайте, как создавать, форматировать и управлять фигурами‑эллипсами в Aspose.Slides для .NET в презентациях PPT и PPTX — включены примеры кода на C#....индекс Добавьте AutoShape типа Ellipse, используя метод AddAutoShape...// Добавьте AutoShape типа Ellipse sld . Shapes . AddAutoShape...

    docs.aspose.com/slides/ru/net/ellipse/
  6. Chercher

    chercher...différentes formes telles que des ellipses, des lignes, des rectangles...utilisées incluent : Connecteur Ellipse Groupe Ligne Rectangle et etc...

    blog.aspose.com/fr/slides/work-with-shapes-in-p...
  7. Chercher

    chercher...telles que des lignes, des ellipses et des rectangles. Par conséquent...revue comment dessiner une ellipse en Java en écrivant quelques...

    blog.aspose.com/fr/psd/drawing-shapes-in-java-u...
  8. إضافة أشكال إهليلجية إلى العروض التقديمية في .N...

    تعلم كيفية إنشاء وتنسيق ومعالجة أشكال الإهليلج في Aspose.Slides for .NET عبر عروض PPT و PPTX — تشمل أمثلة كود C#....بها إضافة AutoShape من النوع Ellipse باستخدام طريقة AddAutoShape...// إضافة AutoShape من نوع Ellipse sld . Shapes . AddAutoShape...

    docs.aspose.com/slides/ar/net/ellipse/
  9. Working with Shapes in PS file | Java

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...follows: Add Ellipse to PS In order to add an ellipse to also 8...and save options. Create an ellipse ( java.awt.geom.Ellipse2D object)...

    docs.aspose.com/page/java/ps/working-with-shapes/
  10. Working with Shapes in PostScript | .NET

    How to add shapes to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...appeared as Add Ellipse to PS In order to add ellipse to also 8 steps...and save options. Create an ellipse System.Drawing.Drawing2D.GraphicsPath...

    docs.aspose.com/page/net/ps/working-with-shapes/