Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 540 for

ellipse

(0.06 sec)
  1. Working with Vector Graphics in C#|Documentation

    Draw Arc, Bezier Spline, Cardinal Spline, Closed Curve, Ellipse, Lines, Path, Polygon, Rectangle and Fill Region in C# or .NET...Cardinal Spline, closed curves, ellipses, lines and a number of other...to draw closed curve Draw Ellipse in C# Instantiate an object...

    docs.aspose.com/drawing/net/working-with-vector...
  2. Group|Aspose.Slides 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.... Ellipse Line...

    docs.aspose.com/slides/cpp/group/
  3. How to Run Aspose.Drawing in Docker|Documentation

    Run Aspose.Drawing in a Docker container for Linux, Windows Server and any OS....application that draws an ellipse and saves it as an image. The...simple program that creates an ellipse and saves it as an image: Note...

    docs.aspose.com/drawing/net/how-to-run-aspose-d...
  4. ShapeType enumeration | Aspose.Words for Python

    aspose.words.drawing.ShapeType enumeration. Specifies the type of shape in a Microsoft Word document.... ELLIPSE Ellipse. DIAMOND Diamond. TRIANGLE...callout. WEDGE_ELLIPSE_CALLOUT Wedge ellipse callout. WAVE Wave...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 连接器|Aspose.Slides 文档

    在Java中连接PowerPoint形状...IAutoShape ellipse = shapes . addAutoShape ( ShapeType . Ellipse , 0...connector . setStartShapeConnect ( ellipse ); connector . setEndShapeConnected...

    docs.aspose.com/slides/zh/androidjava/connector/
  6. 连接器|Aspose.Slides 文档

    在 C++ 中连接 PowerPoint 形状...添加椭圆自动形状 SharedPtr < IAutoShape > ellipse = slide -> get_Shapes () ->...AddAutoShape ( ShapeType :: Ellipse , 0 , 100 , 100 , 100 ); //...

    docs.aspose.com/slides/zh/cpp/connector/
  7. ShapeType | Aspose.Words for Java

    Specifies the type of shape in a Microsoft Word document in Java.... ELLIPSE Ellipse. ELLIPSE_RIBBON Ellipse ribbon. ELLIPSE_RIBBON_2...ELLIPSE_RIBBON_2 Ellipse ribbon 2. FLOW_CHART_ALTERNATE_PROCESS...

    reference.aspose.com/words/java/com.aspose.word...
  8. 连接器|Aspose.Slides for Python 文档

    在 Python 中连接 PowerPoint 形状... shapes # 添加一个椭圆自定义形状 ellipse = shapes . add_auto_shape (...( slides . ShapeType . ELLIPSE , 0 , 100 , 100 , 100 ) # 添加一个矩形自定义形状...

    docs.aspose.com/slides/zh/python-net/connector/
  9. Aspose::Words::Drawing::ShapeType enum | Aspose...

    Aspose::Words::Drawing::ShapeType enum. Specifies the type of shape in a Microsoft Word document in C++.... Ellipse 3 Ellipse. Diamond 4 Diamond. Triangle...WedgeEllipseCallout 63 Wedge ellipse callout. Wave 64 Wave. FoldedCorner...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. 椭圆|Aspose.Slides for Python 文档

    在Python中创建PowerPoint演示文稿中的椭圆... ELLIPSE , 50 , 150 , 150 , 50 ) # 将PPTX文件写入磁盘...add_auto_shape ( slides . ShapeType . ELLIPSE , 50 , 150 , 150 , 50 ) # 对椭圆形状应用一些格式设置...

    docs.aspose.com/slides/zh/python-net/ellipse/