Sort Score
Result 10 results
Languages All
Labels All
Results 4,291 - 4,300 of 16,533 for

point

(1.67 sec)
  1. ConvertUtil.pixelToPoint method | Aspose.Words ...

    Aspose.Words.ConvertUtil.pixelToPoint method...pixelToPoint(pixels) Converts pixels to points at 96 dpi. pixelToPoint ( pixels...convert. Remarks 1 inch equals 72 points. pixelToPoint(pixels, resolution)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. 使用 Python 在演示文稿中自定义 3D 图表|Aspose.Slides for Pyt...

    了解如何在 Aspose.Slides for Python via .NET 中创建和自定义 3D 图表,支持 PPT、PPTX 和 ODP 文件——提升您的演示文稿效果。... data_points . add_data_point_for_bar_series ( fact...20 )) series . data_points . add_data_point_for_bar_series ( fact...

    docs.aspose.com/slides/zh/python-net/3d-chart/
  3. Manipolazioni con glifi | Soluzione API | .NET

    .NET API Solution per gestire i font. Scopri come ottenere le informazioni sui Glifi e le Metriche di un font con poche righe di codice C#....Dichiarare la lista risultante con points . Specificare il riferimento...list with points List<Point> points = new List<Point>(); //Init...

    products.aspose.com/font/it/net/manipulate-glyphs/
  4. PPT-documentgrafiek via .NET | products.aspose.com

    C#-broncode om een ​​grafiek of diagram te tekenen en om te zetten in PPT-bestand op .NET Framework, .NET Core, Windows Azure, Mono of Xamarin Platforms....Series[ 0 ]; //Add new point (1:3) there. series.DataPoints...e, 2 , 2 , 3 )); //Add new point (2:10) series.DataPoints.Ad...

    products.aspose.com/slides/nl/net/chart/ppt/
  5. 3D mesh ve sahne oluştur|Documentation

    A Mesh, bir dizi kontrol noktası ve gerektiğinde birçok n taraflı poligonlar tarafından tanımlanır. Tonun makalesi nasıl tanımlanacağını açıklıyor....tanımlamamız gerekir: The control points of all geometries in Aspose...3D-for-.NET # Initialize control points controlPoints = [ Vector4 (...

    docs.aspose.com/3d/tr/python-net/create-3d-mesh...
  6. How to create a CadPolyline with 3D data (Z coo...

    I’m using Aspose.CAD for .NET (C#) and I’m generating a DwgImage completely from scratch. I’ve successfully created a CadLwPolyline using 2D coordinates, but now I need to represent actual 3D data — meaning coordinates …...CadLwPolyline objects using 2D points that I extract from 3D data...{ var points = Create2DPointsFrom3D(feature); if (points.Count...

    forum.aspose.com/t/how-to-create-a-cadpolyline-...
  7. Come aggiungere l'annotazione Polyline usando ....

    Codice sorgente su C# per aggiungere Polyline annotazioni su .NET Framework, .NET Core e PHP, VBScript, Delphi, C++ tramite COM Interop....), new Point [] { new Point ( 545 , 150 ), new Point ( 545 ,... 190 ), new Point ( 667 , 190 ), new Point ( 667 , 110 ), new...

    products.aspose.com/pdf/it/net/annotation/polyl...
  8. Formes SVG – Code SVG, exemples – Guide Aspose.SVG

    Vous apprendrez à créer des formes SVG – Rectangle SVG, Cercle, Ligne, Ellipse, Polyligne, Polygone, et à leur appliquer des propriétés de style....gauche du rectangle est placé au point (0,0). Si les rayons rx et ry...créez un rectangle SVG avec le point supérieur gauche aux coordonnées...

    docs.aspose.com/svg/fr/net/drawing-basics/svg-s...
  9. ConvertUtil.inchToPoint method | Aspose.Words f...

    ConvertUtil.inchToPoint method. Converts inches to Points....inchToPoint(inches) Converts inches to points. inchToPoint ( inches : number...convert. Remarks 1 inch equals 72 points. Examples Shows how to specify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 글리프 조작 | C++ API

    다양한 글꼴을 관리하기 위한 C++ API 솔루션. 몇 줄의 코드만으로 글리프와 메트릭 정보를 얻는 방법을 배웁니다....단계: System::Drawing::Point 타입의 리스트 points 를 선언합니다: 이 리스트는 글리프...//Declare the resultant list with points System :: SharedPtr < System...

    products.aspose.com/font/ko/cpp/manipulate-glyphs/