Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 1,677 for

ellipses

(0.12 sec)
  1. How to Add Group Shape into a Word Document|Asp...

    Grouping and ungrouping shapes using Java....RoundRectangle RoundRectangle Ellipse Diamond Triangle RightTriangle...

    docs.aspose.com/words/java/how-to-add-group-sha...
  2. コネクタ|Aspose.Slides for Node.js via .NET ドキュメント

    JavaScript で PowerPoint 図形を接続する...(); // 楕円のオートシェイプを追加します var ellipse = shapes . addAutoShape ( aspose...aspose . slides . ShapeType . Ellipse , 0 , 100 , 100 , 100 ); //...

    docs.aspose.com/slides/ja/nodejs-java/connector/
  3. C++ を使用したプレゼンテーションでのコネクタ管理|Aspose.Slides ドキュメント

    C++ アプリに PowerPoint スライド上で線を描画し、接続し、自動ルーティングする機能を提供し、直線、エルボー、曲線コネクタを完全に制御できます。...楕円のオートシェイプを追加 SharedPtr < IAutoShape > ellipse = slide -> get_Shapes () ->...AddAutoShape ( ShapeType :: Ellipse , 0 , 100 , 100 , 100 ); //...

    docs.aspose.com/slides/ja/cpp/connector/
  4. PHP を使用したプレゼンテーションでのコネクタ管理|Aspose.Slides for PH...

    PHP アプリに PowerPoint スライド上で線を描画し、接続し、自動経路設定する機能を提供し、直線、肘、曲線コネクタをフルコントロールできるようにします。...getShapes (); # 楕円のオートシェイプを追加します $ellipse = $shapes -> addAutoShape (...( ShapeType :: Ellipse , 0 , 100 , 100 , 100 ); # 矩形のオートシェイプを追加します...

    docs.aspose.com/slides/ja/php-java/connector/
  5. Arsip

    Arsip...DrawEllipse() untuk menggambar Ellipse dengan ukuran tertentu. Terakhir...DrawClosedCurve() . Ellipse: Kita bisa menggambar Ellipse menggunakan...

    blog.aspose.com/id/drawing/create-load-fill-and...
  6. Verwenden von XPS-Grafikdienstprogrammen | .NET

    Entdecken Sie, wie Sie mit Grafikdienstprogrammen in der Aspose.Page für .NET ganz einfach Bilder und relativ komplexe Formen auf einer XPS-Seite erstellen...Zeichnen eines Kreises oder einer Ellipse ist nicht so einfach, wie es...Add (path); 43 44 // Draw an ellipse with center (580, 120) and...

    docs.aspose.com/page/de/net/xps/graphic-utilities/
  7. Principes fondamentaux de TikZ | Aspose.TeX .NET

    Explorez les principes fondamentaux et les commandes de base de TikZ pour créer des graphiques pour vos documents TeX et LaTeX....rectangle (2,1); Cercles et ellipses : Copy 1 \ draw (1,1) circle...circle (0. 5 ); 2 \ draw (3,1) ellipse (1 and 0. 5 ); Couleurs et...

    docs.aspose.com/tex/fr/net/fundamentals-of-usin...
  8. Features Overview|Aspose.Slides Documentation

    Discover Aspose.Slides for .NET: a powerful API to create, edit, automate, and convert PowerPoint and OpenDocument presentations efficiently....NET Ellipse Shapes You can create or modify Ellipse shapes...

    docs.aspose.com/slides/net/features-overview/
  9. Archiv

    Archiv...Ellipse, 50, 150, 150, 50); Uložit...Shapes.AddAutoShape(ShapeType.Ellipse, 50, 150, 150, 50); // Uložte...

    blog.aspose.com/cs/slides/create-edit-powerpoin...
  10. Java を使用したプレゼンテーションでのコネクタ管理|Aspose.Slides ドキュメント

    Java アプリで PowerPoint スライド上に線を描画し、接続し、自動ルーティングできるようにし、直線、エルボー、曲線コネクタを完全に制御します。...IAutoShape ellipse = shapes . addAutoShape ( ShapeType . Ellipse , 0...connector . setStartShapeConnect ( ellipse ); connector . setEndShapeConnected...

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