Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 5,084 for

polygons

(0.17 sec)
  1. Tags

    C# .NET Core, Java, Python, C++, Android, PHP, Node.js APIs to create, process and convert PDF, Word, Excel, PowerPoint, email, image, ZIP, and several other formats in Windows, Linux, MacOS & Android....png to xml online 1 Convert Polygons to Triangles 2 convert postscript...pivot table in word 1 create polygon 1 Create PowerPoint document...

    blog.aspose.com/tags/
  2. כיצד לצייר גיאומטריה על מפה|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....מצולע עם חור בפנים: Polygon polygon = new Polygon(); LinearRing ring...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/he/net/how-to-draw-geometry/
  3. Erstellen einer KML-Datei mit C#

    Dieses Tutorial zeigt, wie man eine KML-Datei mit C# erstellt. Es enthält die Details zum Einrichten der IDE, eine Liste der Schritte und Beispielcode, der den Vorgang zum Generieren einer KML-Datei mit C# demonstriert....Erstellen Sie ein Objekt der Polygon-Klasse Definieren Sie einen...ihn als äußeren Ring für das Polygon fest. Rufen Sie die Methode...

    kb.aspose.com/de/gis/net/create-kml-file-using-...
  4. Overview of supported Annotations|Aspose.PDF fo...

    Check out the list of possible annotations you can work with using Aspose.PDF for .NET....Circle annotation Polygon (PDF 1.5) Polygon annotation PolyLine...

    docs.aspose.com/pdf/net/overview-of-annotations/
  5. Aspose PDF Arrow Annotation 문의 - Free Support F...

    안녕하세요. Aspose PDF 를 활용하여 Annotation 을 추가하는 작업을 하고 있습니다. 커스텀하게 사용하고 싶은 Annotation 이 있어 가능할지 문의드립니다. image.png (5.0 KB) 제가 원하는 건 이런 화살표 주석이구요. 현재 화살표 추가는 LineAnnotation 에 ClosedArrow 사용 중입니다. // 화살표 추가 …...string OutputFile = "sample_polygon.pdf"; private const int BaselineY...Document(inputPath); // Define polygon points for the annotation var...

    forum.aspose.com/t/aspose-pdf-arrow-annotation/...
  6. 지도에 도형 그리는 방법|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.... Polygon polygon = new Polygon(); LinearRing ring...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/ko/net/how-to-draw-geometry/
  7. 如何在地图上绘制几何图形|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....例如,考虑以下示例,该示例创建一个带有内部孔的多边形: Polygon polygon = new Polygon(); LinearRing ring...00, 36.22); polygon.ExteriorRing = ring; polygon.AddInteriorRing(hole);...

    docs.aspose.com/gis/zh/net/how-to-draw-geometry/
  8. Region-Based Extraction using Python|Aspose.PDF...

    This section contains articles on region-based extraction from PDF documents using Aspose.PDF in Python....Extract Paragraphs with bounding polygon rendering This code snippet...paragraph’s bounding rectangle and polygon coordinates, along with the...

    docs.aspose.com/pdf/python-net/region-based-ext...
  9. 创建网格的平滑组|Documentation

    使用 Aspose.3D for .NET,开发人员可以为网格创建平滑组。...Polygon, ReferenceMode.Direct); //assign...//assign data for each polygon sg.SetData(new int[] {0, 0, 0, 1...

    docs.aspose.com/3d/zh/net/create-smoothing-grou...
  10. Comment dessiner de la géométrie sur une carte|...

    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....un polygone avec un trou à l’intérieur : Polygon polygon = new...new Polygon(); LinearRing ring = new LinearRing(); ring.AddPoint(50...

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