Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,686 for

ellipses

(1.65 sec)
  1. Gebruik van Graphics API om lagen in PSD-bestan...

    Voorbeeld van het gebruik van de Graphics API in Aspose.PSD voor Python...draw_ellipse() gebruiken. De Rectangle(100...ellipsvormige. graphics . draw_ellipse ( pen , Rectangle ( 100 , 100...

    docs.aspose.com/psd/nl/nl/python-net/graphics-api/
  2. Добавление эллипсов в презентации на Python|Док...

    Узнайте, как создавать, форматировать и управлять формами эллипсов в Aspose.Slides for Python via .NET в презентациях PPT, PPTX и ODP — включены примеры кода....Index Добавьте AutoShape типа Ellipse с помощью метода AddAutoShape...add_auto_shape ( slides . ShapeType . ELLIPSE , 50 , 150 , 150 , 50 ) #Записать...

    docs.aspose.com/slides/ru/python-net/ellipse/
  3. Grafiğin Veri Etiketlerinin Şekil Türünü Ayarla...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... ELLIPSE DataLabelShapeType . LINE_CALLOUT...türünü DataLabelShapeType.WEDGE_ELLIPSE_CALLOUT olarak değiştirir....

    docs.aspose.com/cells/tr/java/set-the-shape-typ...
  4. Manage Connectors in Presentations in .NET|Aspo...

    Empower .NET apps to draw, connect and auto-route lines in PowerPoint slides—gain full control over straight, elbow and curved connectors....connector) between two shapes (an ellipse and rectangle): // Instantiates...; // Adds an Ellipse autoshape IAutoShape ellipse = shapes . AddAutoShape...

    docs.aspose.com/slides/net/connector/
  5. Travailler avec des formes dans PostScript | C++

    Comment ajouter des formes au fichier PS Utilisation d'Aspose.Page. Découvrez comment utiliser cette fonctionnalité en C++....comme Ajouter Ellipse à PS Afin d’ajouter une ellipse à , 8 étapes...enregistrez les options. Créez une ellipse System.Drawing.Drawing2D.GraphicsPath...

    docs.aspose.com/page/fr/cpp/ps/working-with-sha...
  6. Working with Brushes|Documentation

    Learn to draw an Ellipse with Brushes in Java. Use solid brush to draw graphics in Java....drawing object, such as an ellipse or circle, with a specified...method to draw a solid-filled ellipse as an example. Save the output...

    docs.aspose.com/drawing/java/working-with-brushes/
  7. Chercher

    chercher...fillEllipse() pour dessiner une ellipse remplie. Répéter les étapes...ci-dessus pour ajouter plus d’ellipses remplies et superposées avec...

    blog.aspose.com/fr/drawing/alpha-blending-in-java/
  8. API Público y Cambios Incompatibles hacia Atrás...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....IAutoShape ellipse = shapes . addAutoShape ( ShapeType . Ellipse , 0...connector . setStartShapeConnect ( ellipse ); connector . setEndShapeConnected...

    docs.aspose.com/slides/es/java/public-api-and-b...
  9. Cambios en la API pública y incompatibilidades ...

    Revisa las actualizaciones de la API pública y los cambios incompatibles en Aspose.Slides para .NET para migrar sin problemas tus soluciones de presentación PowerPoint PPT, PPTX y ODP....IAutoShape ellipse = shapes . AddAutoShape ( ShapeType . Ellipse , 0...connector . StartShapeConnectedT = ellipse ; connector . EndShapeConnectedTo...

    docs.aspose.com/slides/es/net/public-api-and-ba...
  10. PDFファイルに楕円オブジェクトを追加する|Aspose.PDF for C++

    この記事では、Aspose.PDF for C++を使用してPDFに楕円オブジェクトを作成する方法を説明します。...Aspose :: Pdf :: Drawing :: Ellipse > ( 150 , 100 , 120 , 60 );...Text :: TextFragment > ( "Ellipse" )); graph -> get_Shapes ()...

    docs.aspose.com/pdf/ja/cpp/add-ellipse/