Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 16,418 for

point

(0.08 sec)
  1. 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-...
  2. Aspose::Words::Layout::RevisionOptions::get_Com...

    Aspose::Words::Layout::RevisionOptions::get_CommentColor method. Allows to specify the color to be used for comments. Default value is Red in C++....revision: // once at the departure point and once at the arrival destination...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. Convert VSTX to VSTX via Python | products.aspo...

    Sample Python conversion code for VSTX format to VSTX file. Use this example code to convert VSTX to VSTX within any Python based application....VSTX files provide starting point for creating Visio drawings...VSTX files provide starting point for creating Visio drawings...

    products.aspose.com/diagram/python-net/conversi...
  4. 档案

    档案...LinearGradientBrush(new Point(0, 0), new Point(1000, 800), Color.Red...

    blog.aspose.com/zh/drawing/use-system-drawing-i...
  5. Offline deployment|Documentation

    Deploy Aspose.LLM for .NET to air-gapped, firewalled, or no-internet environments — pre-download native binaries and model files, wire up local cache paths....caches to the target host, and point the preset at the local paths...USB, system image). Step 3. Point the production preset at the...

    docs.aspose.com/llm/net/use-cases/offline-deplo...
  6. Open and Edit PSD file | products.aspose.com

    Open and Edit PSD file with online editor...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/editor/psd/
  7. Avaa ja muokkaa PSD-tiedostoa | products.aspose...

    Avaa ja muokkaa PSD-tiedostoa online-editorilla...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/psd/
  8. Uređivanje PSD datoteka na mreži | products.asp...

    Uređivanje PSD Adobe Photoshop datoteka na mreži...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/cr/editor/
  9. 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, the following will be used:...

    docs.aspose.com/page/java/ps/working-with-hatch...
  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/