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

ellipses

(0.14 sec)
  1. Agregar objeto Elipse a archivo PDF|Aspose.PDF ...

    Este artículo explica cómo crear un objeto Elipse en su PDF utilizando Aspose.PDF for .NET....NET private static void Ellipse () { // The path to the document...borderInfo ; // Create first ellipse with specified coordinates...

    docs.aspose.com/pdf/es/net/add-ellipse/
  2. 向PDF文件添加椭圆对象|Aspose.PDF for Java

    本文解释了如何使用Aspose.PDF for Java向PDF中创建椭圆对象。...( borderInfo ); Ellipse ellipse1 = new Ellipse ( 150 , 100 , 120...setText ( new TextFragment ( "Ellipse" )); graph . getShapes ()....

    docs.aspose.com/pdf/zh/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/ko/net/add-ellipse/
  4. Python에서 PDF에 타원 모양 추가|Aspose.PDF for Python vi...

    Python에서 PDF 파일의 타원 모양을 그리고, 채우고, 레이블을 지정하는 방법을 알아봅니다....drawing as drawing def add_ellipse ( outfile : str ): document...green ) ellipse1 = drawing . Ellipse ( 150 , 100 , 120 , 60 ) ellipse1...

    docs.aspose.com/pdf/ko/python-net/add-ellipse/
  5. 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/
  6. 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/
  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. 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...
  9. 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/
  10. إضافة أشكال إهليلجية إلى العروض التقديمية في .N...

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

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