Sort Score
Result 10 results
Languages All
Labels All
Results 651 - 660 of 1,707 for

ellipse

(0.73 sec)
  1. ایجاد تصویر PSD یا PSB از ابتدا با استفاده از پ...

    نمونه از نحوه‌ی ایجاد تصویر Psd از ابتدا با استفاده از Aspose.PSD برای پایتون... draw_ellipse ( pen , Rectangle ( 100 , 100...200 , 200 )) graphics . fill_ellipse ( brush , Rectangle ( 250 ...

    docs.aspose.com/psd/fa/fa/python-net/ایجاد-psd-...
  2. ארכיון

    ארכיון...הצורה SharedPtr<IAutoShape> ellipse = slide->get_Shapes()->Add...AutoShape(ShapeType::Ellipse, 50, 150, 150, 50); // שמור קובץ...

    blog.aspose.com/he/slides/working-with-shapes-i...
  3. أرشيف

    أرشيف...الشكل SharedPtr<IAutoShape> ellipse = slide->get_Shapes()->Add...AutoShape(ShapeType::Ellipse, 50, 150, 150, 50); // حفظ ملف العرض...

    blog.aspose.com/ar/slides/working-with-shapes-i...
  4. Archiv

    Archiv...tvar SharedPtr<IAutoShape> ellipse = slide->get_Shapes()->Add...AutoShape(ShapeType::Ellipse, 50, 150, 150, 50); // Uložit soubor...

    blog.aspose.com/cs/slides/working-with-shapes-i...
  5. PSファイル内の図形の操作 | Java

    PSファイルに図形を追加する方法については、Aspose.Page APIソリューションで回答されています。Javaでの機能の使用方法については、こちらをご覧ください。... Copy 1 // Add ellipse to PS document. 2 3 String...graphics path from the first ellipse 12 GeneralPath path = new GeneralPath();...

    docs.aspose.com/page/ja/java/ps/working-with-sh...
  6. آرشیوها

    آرشیوها...Ellipse, 50, 150, 150, 50); // ذخیره...Autoshape Ellipse را اضافه کنید IAutoShape ellipse = shapes....

    blog.aspose.com/fa/slides/add-shapes-to-powerpo...
  7. Tạo Ảnh PSD hoặc PSB Từ Đầu bằng Python|Documen...

    Ví dụ về cách Aspose.PSD cho Python có thể tạo Ảnh Psd từ đầu... draw_ellipse ( pen , Rectangle ( 100 , 100...200 , 200 )) graphics . fill_ellipse ( brush , Rectangle ( 250 ...

    docs.aspose.com/psd/vi/vi/python-net/create-psd...
  8. Shape Types in Aspose.Slides for PHP via Java|A...

    Learn every shape type in Aspose.Slides for PHP via Java, with clear examples to create, format, and edit shapes in PPT and PPTX presentations....Presentation Shapes in PHP Add Ellipses to Presentations in PHP Group...

    docs.aspose.com/slides/php-java/shape-types/
  9. Shape Types in Aspose.Slides for Node.js via Ja...

    Learn every shape type in Aspose.Slides for Node.js via Java, with clear JavaScript examples to create, format, and edit shapes in PPT and PPTX presentations....Presentation Shapes in JavaScript Add Ellipses to Presentations in JavaScript...

    docs.aspose.com/slides/nodejs-java/shape-types/
  10. Javaでプレゼンテーションに楕円を追加する|Aspose.Slides ドキュメント

    Aspose.Slides for Java を使用して PPT および PPTX プレゼンテーションで楕円形を作成、書式設定、操作する方法を学びます。Java コード例を含む。...オブジェクトが提供する addAutoShape メソッドを使用して、Ellipse タイプの AutoShape を追加します。 IShapeCollection...addAutoShape ( ShapeType . Ellipse , 50 , 150 , 150 , 50 ); //...

    docs.aspose.com/slides/ja/java/ellipse/