Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 26,468 for

x

(0.1 sec)
  1. Fastest way to do image analysis - Free Support...

    I need to calculate a few image statistics from a source colored jpeg loaded. The statistics are: Calculate color entropy histR = new int[256]; histG = new int[256]; histB = new int[256]; for each piXel do histR…...Height; y++) { for (int x = 0; x < image.Width; x++) { var pixel = image...image.GetPixel(x, y); histR[pixel.R]++; histG[pixel.G]++; histB[pixel...

    forum.aspose.com/t/fastest-way-to-do-image-anal...
  2. 在使用DrawObjectEventHandler类的JavaScript通过C++进行渲染到...

    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: DrawObject 的左边界。 y: DrawObject...DrawObjectEventHandl { draw ( drawObject , x , y , width , height ) { console...

    docs.aspose.com/cells/zh/javascript-cpp/get-dra...
  3. ShapeBase.CoordOrigin | Aspose.Words for .NET

    Discover the ShapeBase CoordOrigin property to optimize your designs. Access precise coordinates for the top-left corner of your shape's containing block....Examples Shows how to translate the x and y coordinate location on a...the right of // the document's x and Y coordinate origin point...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 从 .NET 演示文稿获取段落边界|Aspose.Slides 文档

    了解如何在 Aspose.Slides for .NET 中检索段落和文本块边界,以优化 PowerPoint 演示文稿中的文本定位。...Rows [ 1 ][ 1 ]; double x = tbl . X + tbl . Rows [ 1 ][ 1 ]....ShapeType . Rectangle , rect . X + ( float ) x , rect . Y + ( float )...

    docs.aspose.com/slides/zh/net/paragraph/
  5. AxisScaleType enumeration | Aspose.Words for Py...

    aspose.words.drawing.charts.AXisScaleType enumeration. Specifies the possible scale types for an aXis....clear () # Insert a series with X/Y coordinates for five points...( series_name = 'Series 1' , x_values = [ 1 , 2 , 3 , 4 , 5 ]...

    reference.aspose.com/words/python-net/aspose.wo...
  6. ChartAxisType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.ChartAXisType enum to easily define chart aXis types and enhance your document's data visualization....grouped and banded along the X-axis by category: Chart chart...Categories are distributed along the X-axis, and values are distributed...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Generating a Thumbnail from a Slide with User D...

    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....Get the X and Y scaling factors based on user defined X and Y dimensions...800 ; //Getting scaled value of X and Y float scaleX = ( float )(...

    docs.aspose.com/slides/net/generating-a-thumbna...
  8. Customize chart in word - Free Support Forum - ...

    How to shift X aXis and y aXis line inside chart in case of negative values on series. Aspose.word.dll for .net Attaching sample image Screenshot_20250709_000606_M365 Copilot.jpg (114.0 KB)... 2025, 6:41pm 1 How to shift x axis and y axis line inside chart...the chart in Word and shift the x-axis and y-axis lines inside the...

    forum.aspose.com/t/customize-chart-in-word/314966
  9. Chart.series property | Aspose.Words for Node.js

    Chart.series property. Provides access to series collection....grouped and banded along the X-axis by category: let chart =...Categories are distributed along the X-axis, and values are distributed...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Manage Axes of Excel Charts with Golang via C++...

    Learn how to configure chart aXes in Aspose.Cells for C++. Our guide will show you how to adjust the primary and secondary aXes, set their ranges, and modify their properties to enhance your charts....axes: Horizontal (Category) Axis: X‑Axis Vertical (Value) Axis: Y‑Axis...axis as in Excel. | | Manage X and Y Axes In Excel charts, horizontal...

    docs.aspose.com/cells/go-cpp/chart-axes/