Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 7,214 for

polygon

(0.12 sec)
  1. Drawing Images using Graphics|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....well as complex shapes like polygons, curves, arcs and Bezier shapes...an ellipse. Draw a filled polygon and save the image. Programming...

    docs.aspose.com/imaging/python-net/drawing-imag...
  2. Drawing Annotations|Aspose.PDF for Python via .NET

    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....Add Circle Annotation Add Polygon Annotation Add Polyline Annotation...

    docs.aspose.com/pdf/python-net/drawing-annotati...
  3. Working with Vector Graphics in Java|Documentation

    Draw Arc, Bezier Spline, Cardinal Spline, Closed Curve, Ellipse, Lines, Path, Polygon, Rectangle and Fill Region in Java...to its path collection Draw Polygon in Java Create an object of...Graphics class object to draw Polygon Draw Rectangle in Java Create...

    docs.aspose.com/drawing/java/working-with-vecto...
  4. PDF Figures Annotations|Aspose.PDF for Java

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for Java...get_Item ( 1 ); // Create Polygon Annotation CircleAnnotation..."appartments_del.pdf" ); } Add Polygon and Polyline Annotations The...

    docs.aspose.com/pdf/java/figures-annotation/
  5. Adding Transformation to the Node|Documentation

    Aspose.3D for Java API has support to rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....Common class create mesh using polygon builder method to set mesh...Common class create mesh using polygon builder method to set mesh...

    docs.aspose.com/3d/java/adding-transformation-t...
  6. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....Common class create mesh using polygon builder method to set mesh...Common class create mesh using polygon builder method to set mesh...

    docs.aspose.com/3d/net/adding-transformation-to...
  7. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...( controlPoints ) # Create polygons to mesh # Front face (Z+)...(Z+) mesh . create_polygon ([ 0 , 1 , 2 , 3 ]) # Right side (X+)...

    docs.aspose.com/3d/zh/python-net/create-3d-mesh...
  8. Version 26.3.0 when it released and what it is ...

    Hi, Version 26.3.0 when it released and what it is included ? Thanks,...GpxDriver doesn’t support ‘Polygon’ and ‘MultiPolygon’ geometry...GpxDriver doesn’t support ‘Polygon’ and ‘MultiPolygon’ geometry...

    forum.aspose.com/t/version-26-3-0-when-it-relea...
  9. .NET Graphics API: C# 2D Drawing Shapes

    Learn to create 2D drawings in C# with Aspose.Drawing .NET API. Draw lines, rectangles, Polygons, arcs, curves, ellipses and more....a Path in a Drawing Draw a Polygon in a Drawing Draw Rectangle...alt=“Draw Path”>}} Draw a Polygon in a Drawing using C# # Steps...

    blog.aspose.com/drawing/draw-graphics-and-creat...
  10. How to Draw Geometry on a Map|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....creates a polygon with a hole inside: Polygon polygon = new Polygon();...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/net/how-to-draw-geometry/