Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 28,990 for

x

(1.82 sec)
  1. Get DrawObject and Bound while rendering to PDF...

    Learn how to use the DrawObjectEventHandler class in C++ to capture DrawObject and Bound while rendering EXcel files to PDF or images....initialized and returned when rendering x: left coordinate of the DrawObject...DrawObject & drawObject , float x , float y , float width , float...

    docs.aspose.com/cells/cpp/get-drawobject-and-bo...
  2. JSPoint class | Aspose.Words for Node.js

    Aspose.Words.JSPoint class. Represents an ordered pair of integer X- and y-coordinates that defines a point in a two-dimensional plane....Represents an ordered pair of integer x- and y-coordinates that defines...JSPoint(x, y) Properties Name Description X Gets the x-coordinate...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 使用 JavaScript 通过 C++ 查找图表系列中点的 X 和 Y 值类型|Docume...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 确定图表系列点的 X 和 Y 值类型。本指南将解释数据值的类型以及如何在您的图表中访问和操作它们。...使用 JavaScript 通过 C++ 查找图表系列中点的 X 和 Y 值类型 Contents [ Hide ] 可能的使用场景...可能的使用场景 有时候,您可能想知道系列中图表点的 X 和 Y 值的类型。Aspose.Cells for JavaScript...

    docs.aspose.com/cells/zh/javascript-cpp/find-ty...
  4. Aspose.PSD for Java 25.2 - Release Notes|Docume...

    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....( int x = 0 ; x < layer . getWidth (); x ++) { row [ x ] = 255...<< 24 | ( x % 256 * ( x % 4 )) << 16 | ( x % 256 * ( x % 5 )) <<...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  5. Create your Lithophane from BMP File Formats vi...

    Sample Java lithophane code for BMP file. Use this eXample code to create your lithophane from BMP file within any Web or Desktop Java based application....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.createPolygon(ptr...

    products.aspose.com/3d/java/lithophane/bmp/
  6. Create your Lithophane from GIF File Formats vi...

    Sample Java lithophane code for GIF file. Use this eXample code to create your lithophane from GIF file within any Web or Desktop Java based application....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.createPolygon(ptr...

    products.aspose.com/3d/java/lithophane/gif/
  7. 通過 C# 將 USDZ 轉換為 X | products.aspose.com

    使用 .NET API 轉換 USDZ 和其他 3D 文件...Conversion 通過 C# 將 USDZ 轉換為 X 通過 C# 將 USDZ 轉換為 X 使用 .NET Framework、.NET...USDZ 場景導出為 X 使用構造函數加載 USDZ 文件 場景 班級2. 打電話 場景.保存 方法 將帶有 .x 擴展名的輸出文件名作為第一個參數傳遞...

    products.aspose.com/3d/zh-hant/net/conversion/u...
  8. Create your Lithophane from TIFF File Formats v...

    C# source code to load, render and create your lithophane from TIFF documents on .NET Framework, .NET Core, Mono....int x = 0 ; x < widthSegs; x++) { float dx = ( float )x / widthSegs;...row; for ( int x = 0 ; x < widthSegs - 1 ; x++) { mesh.CreatePolygon(ptr...

    products.aspose.com/3d/net/lithophane/tiff/
  9. Get DrawObject and Bound while rendering to PDF...

    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.... x : Left coordinate of the DrawObject...DrawObjectEventHandl { draw ( drawObject , x , y , width , height ) { console...

    docs.aspose.com/cells/nodejs-cpp/get-drawobject...
  10. ChartXValueCollection | Aspose.Words for Java

    Represents a collection of X values for a chart series in Java....Iterable Represents a collection of X values for a chart series. Remarks:...collection allows only changing X values. To add or insert new values...

    reference.aspose.com/words/java/com.aspose.word...