Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 15,829 for

point

(0.21 sec)
  1. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for .NET 提供构建节点层次结构。节点是场景的基本构建块。节点层次结构定义场景的逻辑结构,并通过将几何图形、灯光和摄影机附加到节点来提供可见内容。...CreateMeshUsingPolyg (); // Point node to the mesh cube1 . Entity...CreateChildNode ( "cube2" ); // Point node to the mesh cube2 . Entity...

    docs.aspose.com/3d/zh/net/add-node-hierarchy-an...
  2. Відкриття та редагування PSB-файлу | products.a...

    Відкрийте та редагуйте PSD файл з онлайн-редактором...UpdateText("test update", new Point(0, 0), 15.0f, Color.Purple);...updateText("test update", new Point(0, 0), 15.0f, Color.getPurple());...

    products.aspose.com/psd/ua/editor/psd/
  3. Muokkaa PSD-tiedostoja verkossa | products.aspo...

    Muokkaa PSD Adobe Photoshop -tiedostoja verkossa...UpdateText("test update", new Point(0, 0), 15.0f, Color.Purple);...updateText("test update", new Point(0, 0), 15.0f, Color.getPurple());...

    products.aspose.com/psd/fl/editor/
  4. 使用字形对象| C++

    aspose中的字形对象。font库功能由其具有的属性描述。代码片段可帮助您了解如何在C ++中编码字形。...st < System::Drawing::Point >> points = System::MakeObject <...c::List < System::Drawing::Point >> (); 5 6 //Init service reference...

    docs.aspose.com/font/zh/cpp/developer-guide/usi...
  5. Manipulations with glyphs | API for C++

    C++ API Solution to manage various fonts. Learn how to get Glyphs and Metrics information of a font with a few lines of code....Steps to calculate all glyph points with coordinates using C++:...Declare the list points of type System::Drawing::Point: This list will...

    products.aspose.com/font/cpp/manipulate-glyphs/
  6. Working with Hatch Patterns in PS file | Java

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...as a parameter, the previous point can be ignored. Close the page...pattern instead of the last 4 points following will be: Set the...

    docs.aspose.com/page/java/ps/working-with-hatch...
  7. Using Glyph objects | .NET

    Glyph objects in Aspose.Font library functionality is described by the properties it has. The code snippets help you understand how to code Glyphs with C#....glyphs’ points. How to get coordinates for all glyph points from...The next calculates all the points which glyph has and stores...

    docs.aspose.com/font/net/developer-guide/using-...
  8. Managing Controls|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....toolbar, click AutoShapes , point to Lines , and select the line...15-degree angles from its starting point, hold down SHIFT as you drag...

    docs.aspose.com/cells/java/managing-controls/
  9. PSB ファイルを開いて編集する | products.aspose.com

    オンラインエディターで PSB ファイルを開いて編集する...UpdateText("test update", new Point(0, 0), 15.0f, Color.Purple);...updateText("test update", new Point(0, 0), 15.0f, Color.getPurple());...

    products.aspose.com/psd/jp/editor/psb/
  10. 路径生成器 – Path Builder – 创建 SVG 路径 – Aspose.SVG

    了解如何使用 Aspose.SVG for .NET 中的 PathBuilder 以编程方式创建 SVG 路径。PathBuilder 使创建和操作 SVG 路径变得更加简单。...14 // 'M' sets the starting point of the path (Move to x=50, y=50)...line from the current point to the new point (Line to x=100, y=50)...

    docs.aspose.com/svg/zh/net/path-builder/