Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 670 for

ellipse

(0.07 sec)
  1. How to fetch the data of the BlockReference in ...

    How to fetch the data of the BlockReference in Aspose.cad for dotnet of a dwg file....can i fetch the text, lines, ellipses, etc. entities in the BlockReference...

    forum.aspose.com/t/how-to-fetch-the-data-of-the...
  2. Create Transparent Image in C#

    Follow this article to create transparent image in C#. It has all the settings for the IDE, a list of steps, and a sample code for drawing images with transparent background in C#....including circles, lines, ellipses, arcs, etc., to the path,...

    kb.aspose.com/drawing/net/create-transparent-im...
  3. Trabajar con formas en un archivo PS | Java

    Cómo agregar formas a un archivo PS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en Java....ORANGE ); 11 //Fill the first ellipse 12 document. fill ( new Ellipse2D...//Stroke (outline) the second ellipse 19 document. draw ( new Ellipse2D...

    docs.aspose.com/page/es/java/ps/working-with-sh...
  4. Vormen tekenen in C#

    In deze stapsgewijze zelfstudie wordt uitgelegd hoe u vormen tekent in C#. Het helpt je cirkels te tekenen in C#. Om ellips te tekenen is er ook C#-code.... Hopelijk is deze draw-ellipse C#-code nuttig om aan de slag...

    kb.aspose.com/nl/drawing/net/how-to-draw-shapes...
  5. Vorm invoegen in Word met behulp van Python

    Dit artikel helpt bij het invoegen van vormen in Word met behulp van Python. Het bevat de IDE-instellingen, stappen en een voorbeeldcode die laat zien hoe u een rechte lijn in Word tekent met behulp van Python....diagram invoegen, zoals IMAGE, ELLIPSE, RECTANGLE, ROUND_RECTANGLE...

    kb.aspose.com/nl/words/python/insert-shape-in-w...
  6. การแทรกรูปร่างใน Word โดยใช้ Python

    บทความนี้ให้คำแนะนำเกี่ยวกับวิธีการแทรกรูปร่างใน Word โดยใช้ Python โดยมีการตั้งค่า IDE ขั้นตอน และตัวอย่างโค้ดที่แสดงวิธีการวาดเส้นตรงใน Word โดยใช้ Python...คุณสามารถแทรกไดอะแกรมใดๆ เช่น IMAGE, ELLIPSE, RECTANGLE, ROUND_RECTANGLE...

    kb.aspose.com/th/words/python/insert-shape-in-w...
  7. 接続子|Aspose.Slides ドキュメント

    C++でPowerPoint図形を接続する... SharedPtr < IAutoShape > ellipse = slide -> get_Shapes () ->...AddAutoShape ( ShapeType :: Ellipse , 0 , 100 , 100 , 100 ); //...

    docs.aspose.com/slides/ja/cpp/connector/
  8. コネクタ|Aspose.Slides for PHP ドキュメント

    PowerPointシェイプを接続...getShapes (); # 楕円のオートシェイプを追加 $ellipse = $shapes -> addAutoShape (...( ShapeType :: Ellipse , 0 , 100 , 100 , 100 ); # 長方形のオートシェイプを追加...

    docs.aspose.com/slides/ja/php-java/connector/
  9. Comment optimiser SVG – Exemples C#

    Vous apprendrez à optimiser SVG et à réduire la taille des fichiers SVG....r= "0" > 15 </circle> 16 <ellipse rx= "0" /> 17 <image width=...org/2000/svg" > 2 <g> 3 <ellipse rx= "1" /> 4 <ellipse ry= "1" /> 5 </g>...

    docs.aspose.com/svg/fr/net/how-to-optimize-svg/
  10. Utilisation des utilitaires graphiques XPS | .NET

    Découvrez comment créer facilement des images et des formes relativement complexes sur une XPS à l'aide des utilitaires graphiques de Aspose.Page pour .NET...dessiner un cercle ou une ellipse n’est pas aussi simple qu’il...Add (path); 42 43 // Draw an ellipse with center (580, 120) and...

    docs.aspose.com/page/fr/net/xps/graphic-utilities/