Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 6,512 for

polygon

(0.41 sec)
  1. MappingMode and ReferenceMode explains|Document...

    Using Aspose.3D for .NET, developers can define mesh with various vertex data elements, here we explain how to map data to meshes' component and resuze data....mapped to the vertex of a polygon. In cases where a control point...point is shared by multiple polygons, each instance of the control...

    docs.aspose.com/3d/net/mapping-mode-and-referen...
  2. 从 PDF 中提取段落 C#|Aspose.PDF for .NET

    学习如何使用 Aspose.PDF 在 .NET 中从 PDF 文档中提取段落以进行结构化文本检索。... Point [] polygon , Aspose . Pdf . Page page...Operators . MoveTo ( polygon [ 0 ]. X , polygon [ 0 ]. Y )); for...

    docs.aspose.com/pdf/zh/net/extract-paragraph-fr...
  3. Basic Shapes

    2003-06-25T20:38:08Z circle, square, rectangle, block, triangle, Polygon, star, ellipse, arrow, cross Copyright (c) 2003 Microsoft Corporation. All rights reserved. 2003-06-25T20:38:08Z 2003-06-25T......rectangle, block, triangle, polygon, star, ellipse, arrow, cross...rectangle, block, triangle, polygon, star, ellipse, arrow, cross...

    docs.aspose.com/diagram/it/python-java/your-fir...
  4. Basic Shapes

    2003-06-25T20:38:08Z circle, square, rectangle, block, triangle, Polygon, star, ellipse, arrow, cross Copyright (c) 2003 Microsoft Corporation. All rights reserved. 2003-06-25T20:38:08Z 2003-06-25T......rectangle, block, triangle, polygon, star, ellipse, arrow, cross...rectangle, block, triangle, polygon, star, ellipse, arrow, cross...

    docs.aspose.com/diagram/es/python-java/your-fir...
  5. Basic Shapes

    2003-06-25T20:38:08Z circle, square, rectangle, block, triangle, Polygon, star, ellipse, arrow, cross Copyright (c) 2003 Microsoft Corporation. All rights reserved. 2003-06-25T20:38:08Z 2003-06-25T......rectangle, block, triangle, polygon, star, ellipse, arrow, cross...rectangle, block, triangle, polygon, star, ellipse, arrow, cross...

    docs.aspose.com/diagram/python-java/your-first-...
  6. Basic Shapes

    2003-06-25T20:38:08Z circle, square, rectangle, block, triangle, Polygon, star, ellipse, arrow, cross Copyright (c) 2003 Microsoft Corporation. All rights reserved. 2003-06-25T20:38:08Z 2003-06-25T......rectangle, block, triangle, polygon, star, ellipse, arrow, cross...rectangle, block, triangle, polygon, star, ellipse, arrow, cross...

    docs.aspose.com/diagram/de/python-java/your-fir...
  7. 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/psd/net/drawing-images-using-gr...
  8. Create KML File using C#

    This tutorial guides on how to create KML file using C#. It has the details to set the IDE, a list of steps, and sample code demonstrating the process to generate KML file using C#....types Create an object of the Polygon class Define a linear ring...as an exterior ring for the polygon Call the ConstructFeature()method...

    kb.aspose.com/gis/net/create-kml-file-using-csh...
  9. 简单多边形的三角剖分|Documentation

    使用 Aspose.3D for .NET API,开发人员可以对简单多边形进行三角剖分。任何多边形都可以划分为三角形。三角形的所有操作和计算可以分段应用于多边形。..., pt2 ); } else { // Draw polygon and virtual line // Draw triangles...index of each vertex PointF [] polygon = ToPoints ( this . points...

    docs.aspose.com/3d/zh/net/triangulation-of-a-si...
  10. Create 3D Mesh and Scene|Documentation

    A Mesh is defined by a set of control points and the many n-sided Polygons as needed. This article explains how to define a Mesh....points and the many n-sided polygons as needed. This article explains...define control points and polygons as follows: Define the Control...

    docs.aspose.com/3d/net/create-3d-mesh-and-scene/