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

x

(0.41 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. positioned_block|Documentation

    Absolutely positioned container that allows to place any number of elements at the specific coordinates on OMR form....Attribute Description Usage example x Absolute position of the block...to the left edge of the page. x=1200 y Absolute position of the...

    docs.aspose.com/omr/net/txt-markup/positioned_b...
  4. Get Paragraph Bounds from Presentations in Pyth...

    Learn how to retrieve paragraph and teXt-portion bounds in Aspose.Slides for Python via .NET to optimize teXt positioning in PowerPoint and OpenDocument presentations....][ 1 ] x = tbl . X + tbl . rows [ 1 ][ 1 ] . offset_x y = tbl...ShapeType . RECTANGLE , rect . x + x , rect . y + y , rect . width...

    docs.aspose.com/slides/python-net/paragraph/
  5. AxisBound.valueAsDate property | Aspose.Words f...

    AXisBound.valueAsDate property. Returns value of aXis bound represented as datetime....The first array contains the X-values, // and the second contains...scaling is applied to the graph's X and Y-axes, // so that both their...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Add Bookmarks|Aspose.Words for Java

    Add bookmarks to a document easily and fast instead of using docX4j.... addParagraphOfText ( "x" ); wordMLPackage . getMainDocumentPart...getMainDocumentPart (). addParagraphOfText ( "x" ); wordMLPackage . getMainDocumentPart...

    docs.aspose.com/words/java/add-bookmarks/
  7. Add Data in Cells|Documentation

    This article eXplains how to add data in cells using Aspose.Cells for .NET APIs.... Worksheets [ 0 ]; int x = 1 ; for ( int i = 1 ; i <= 15...worksheet . Cells [ i , j ]. Value = x ++; } } workbook . Save ( "test...

    docs.aspose.com/cells/net/add-data-in-cells/
  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. 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/
  10. Working with Charts in C#|Aspose.Words for .NET

    Use charts to represent your sequential data when building a report in C#....on the type of the chart, add x tags to the chart title or chart...series’ names as follows. << x [ x_value_expression ]>> For a scatter...

    docs.aspose.com/words/net/linq-working-with-cha...