Sort Score
Result 10 results
Languages All
Labels All
Results 4,991 - 5,000 of 15,355 for

point

(0.21 sec)
  1. Aspose.PSD для Java 20.2 - Примітки до випуску|...

    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....Point[]) M:com.aspose.psd.Matrix.#ctor(com...aspose.psd.Point.op_Addition(com.aspose.psd.Point,com.aspose...

    docs.aspose.com/psd/uk/java/aspose-psd-for-java...
  2. ค้นหา

    ค้นหา...DrawCurve(pen, new Point[] { new Point(10, 700), new Point(250, 500),... new Point(500, 10), new Point(750, 500), new Point(990, 700)...

    blog.aspose.com/th/drawing/antialiasing-in-csharp/
  3. topojson Viewer API in C#

    Develop a topojson viewer with an API designed specifically for net / C# developers.... Apply styles for points, lines, and polygons. Import...places on a map. Draw clustered points. Save a created map in SVG...

    products.aspose.com/gis/net/viewer/topojson
  4. Cách Vẽ Hình Học trên Bản Đồ|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....sẽ sử dụng mã sau: Point point = new Point(40.7128, -74.006);...một đường: var point = Geometry.FromText("POINT (23.5, 25.3)");...

    docs.aspose.com/gis/vi/net/how-to-draw-geometry/
  5. چگونگی ترسیم هندسه بر روی نقشه|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....زیر استفاده کنید: Point point = new Point(40.7128, -74.006);...نشان می دهد: var point = Geometry.FromText("POINT (23.5, 25.3)");...

    docs.aspose.com/gis/fa/net/how-to-draw-geometry/
  6. Changing Page Size with Python|Aspose.PDF for P...

    Change Page Size from your PDF document using Aspose.PDF for Python via .NET library....properties use points as basic unit, where 1 inch = 72 points and 1 cm...54 inch = 0.3937 inch = 28.3 points. Set the Page Size of a PDF...

    docs.aspose.com/pdf/python-net/change-page-size/
  7. Aggiunta di etichette personalizzate ai punti d...

    Impara come aggiungere etichette personalizzate ai punti dati della serie di un grafico usando Aspose.Cells for JavaScript tramite C++. Questa guida dimostrerà come modificare l aspetto, la posizione e il formato delle etichette, collegandole alla tua fonte dati per una rappresentazione accurata.... points . count ; for ( let i = 0 ;...const pointIndex = series . points . get ( i ); pointIndex . dataLabels...

    docs.aspose.com/cells/it/javascript-cpp/adding-...
  8. SoftEdgeFormat | Aspose.Words for Java

    Represents the soft edge formatting for an object in Java....radius for a soft edge effect in points (pt). remove() Removes SoftEdgeFormat...radius for a soft edge effect in points (pt). getRadius() public double...

    reference.aspose.com/words/java/com.aspose.word...
  9. 記録

    記録...drawClosedCurve(penBlue, new Point[] { new Point(10, 700), new Point(250, 500),... new Point(500, 10), new Point(750, 500), new Point(990, 700)...

    blog.aspose.com/ja/drawing/graphics-programming...
  10. Administrar porciones de texto en presentacione...

    Aprenda cómo administrar porciones de texto en presentaciones de PowerPoint usando Aspose.Slides para Java, mejorando el rendimiento y la personalización.... Float point = portion . getCoordinates ();...println ( "X: " + point . x + " Y: " + point . y ); } } } finally...

    docs.aspose.com/slides/es/java/portion/