Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 1,686 for

ellipses

(0.16 sec)
  1. Diamant zeichnen|Documentation

    In diesem Abschnitt wird erläutert, wie Sie Diamanten auf einer visio-Seite mit Aspose.Diagram zeichnen. Unterstützung bei der Verwendung von C# zum Zeichnen von Diamanten und zum Speichern als PDF, SVG, HTML, Bild, XPS und andere Formate.... new HTMLSaveOptions ()); Ellipse zeichnen Fünfeck zeichnen...

    docs.aspose.com/diagram/de/net/drawing/draw-dia...
  2. DWG Drawings|CAD Documentation

    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....TEXT MTEXT ATTDEF ATTRIB ARC ELLIPSE HATCH LEADER POINT VERTEX 2D...

    docs.aspose.com/cad/net/developer-guide/cad-and...
  3. Форматирование фигур PowerPoint в JavaScript|As...

    Узнайте, как форматировать фигуры PowerPoint в JavaScript с помощью Aspose.Slides — задавайте стили заливки, линии и эффектов для файлов PPT, PPTX и ODP с точностью и полным контролем....// Добавьте автофигуру типа Ellipse. let shape = slide . getShapes...aspose . slides . ShapeType . Ellipse , 50 , 50 , 150 , 75 ); //...

    docs.aspose.com/slides/ru/nodejs-java/shape-for...
  4. Форматирование фигур PowerPoint в Python|Докуме...

    Узнайте, как форматировать фигуры PowerPoint в Python с помощью Aspose.Slides — задавайте стили заливки, линий и эффектов для файлов PPT, PPTX и ODP с точностью и полным контролем....# Добавьте автофигуру типа Ellipse. shape = slide . shapes . add_auto_shape...add_auto_shape ( slides . ShapeType . ELLIPSE , 50 , 50 , 150 , 75 ) # Примените...

    docs.aspose.com/slides/ru/python-net/shape-form...
  5. Arsip

    Arsip...Tertutup dalam Gambar Menggambar Ellipse dalam Menggambar Gambar Garis...Save("DrawClosedCurve.png"); Gambar Ellipse dalam Gambar menggunakan C#...

    blog.aspose.com/id/drawing/draw-graphics-and-cr...
  6. Aspose.PDF for Java 9.5.0의 공개 API 변경 사항|Aspose....

    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 클래스가 구현되었습니다: 생성자: public Ellipse(float left...방법을 보여줍니다: String outFile = "Ellipse.pdf" ; Document doc = new Document...

    docs.aspose.com/pdf/ko/java/public-api-changes-...
  7. Formatear formas de PowerPoint en Java|Document...

    Aprenda a formatear formas de PowerPoint en Java usando Aspose.Slides—establezca estilos de relleno, línea y efecto para archivos PPT, PPTX y ODP con precisión y control total....forma automática del tipo Ellipse. IAutoShape shape = slide ...addAutoShape ( ShapeType . Ellipse , 50 , 50 , 150 , 75 ); //...

    docs.aspose.com/slides/es/java/shape-formatting/
  8. Formato de formas de PowerPoint en Android|Docu...

    Aprenda cómo formatear formas de PowerPoint en Android usando Aspose.Slides—establezca estilos de relleno, línea y efecto para archivos PPT, PPTX y ODP con precisión y control total....forma automática del tipo Ellipse. IAutoShape shape = slide ...addAutoShape ( ShapeType . Ellipse , 50 , 50 , 150 , 75 ); //...

    docs.aspose.com/slides/es/androidjava/shape-for...
  9. تنسيق أشكال PowerPoint في Python|وثائق Aspose.S...

    تعرف على كيفية تنسيق أشكال PowerPoint في Python باستخدام Aspose.Slides—اضبط أنماط الملء والخط والتأثير لملفات PPT و PPTX و ODP بدقة وتحكم كامل....# إضافة شكل تلقائي من نوع Ellipse. shape = slide . shapes . add_auto_shape...add_auto_shape ( slides . ShapeType . ELLIPSE , 50 , 50 , 150 , 75 ) # تطبيق...

    docs.aspose.com/slides/ar/python-net/shape-form...
  10. 编辑 SVG 文件 – C# 示例

    了解如何在 C# 中编辑 SVG。使用 Aspose.SVG for .NET 库添加和编辑 SVG 元素、编辑 SVG 路径、在位图上绘图等。...t class, qualifiedName = “ellipse”),矩形(SVGRectElement class,...attributes for all circle and ellipse elements (see later) 24 25...

    docs.aspose.com/svg/zh/net/edit-svg-file/