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

ellipses

(1.68 sec)
  1. Utilizzo dell'API di grafica per modificare i l...

    Esempio di utilizzo dell'API di grafica in Aspose.PSD per Python...draw_ellipse(). Il Rectangle(100, 100, 200...forma ellisse. graphics . draw_ellipse ( pen , Rectangle ( 100 , 100...

    docs.aspose.com/psd/it/it/python-net/api-di-gra...
  2. استفاده از رابط برنامه نویسی گرافیکی برای ویرای...

    مثالی از استفاده از رابط برنامه‌نویسی گرافیکی در Aspose.PSD برای Python...draw_ellipse() استفاده کنید. مستطیل (100،...نشان می دهد. graphics . draw_ellipse ( pen , Rectangle ( 100 , 100...

    docs.aspose.com/psd/fa/fa/python-net/graphics-api/
  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. 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...
  5. 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/
  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/