Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 26,940 for

x

(0.12 sec)
  1. Create your Lithophane from BMP File Formats vi...

    C# source code to load, render and create your lithophane from BMP 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/bmp/
  2. Create your Lithophane from TIFF File Formats v...

    Sample Java lithophane code for TIFF file. Use this eXample code to create your lithophane from TIFF 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/tiff/
  3. ChartSeries.Insert | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeries Insert method. Insert X values at any indeX, optimizing your data visualization with ease!...ChartXValue ) Inserts the specified X value into the chart series at...sizes, they will be empty for the X value. public void Insert ( int...

    reference.aspose.com/words/net/aspose.words.dra...
  4. 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/javascript-cpp/get-drawob...
  5. ShapeBase.CoordSize | Aspose.Words for .NET

    Discover the ShapeBase CoordSize property, defining the coordinate space's width and height for optimal layout control in your design projects....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...
  6. LaTeX math formulas rendering | Aspose.TeX for ...

    LaTeX math formulas rendering within Aspose.TeX API for Java is described in this article. Learn the code eXamples of how to use the functionality....22 "e^x = x^{\\color{red}0} + x^{\\color{red}1} + \\frac{x^{\\color{red}2}}{2}...\\frac{x^{\\color{red}2}}{2} + \\frac{x^{\\color{red}3}}{6} + \\cdots = \\sum_{n\\geq...

    docs.aspose.com/tex/java/latex-math-formula-ren...
  7. I noticed an issue with the scrollbar - Free Su...

    I noticed an issue with the scrollbar—it overlays the viewer. When I adjust the X-spreadsheet-table style, the scrollbar moves down as eXpected. However, when I search for content, the highlighted area shifts uneXpectedl…... When I adjust the x-spreadsheet-table style, the scrollbar...shifts unexpectedly." style .x-spreadsheet-table{ padding-bottom:...

    forum.aspose.com/t/i-noticed-an-issue-with-the-...
  8. FlipOrientation | Aspose.Words for Java

    Possible values for the orientation of a shape in Java....to flip the third shape on the x-axis, // making it into a vertical...the fourth shape on both the x and y axes, // making it into...

    reference.aspose.com/words/java/com.aspose.word...
  9. Graphics | Aspose.PSD for Java API Reference

    Represents the graphics according to the graphics engine used in the current assembly.... drawArc(Pen pen, float x, float y, float width, float height...height. drawArc(Pen pen, int x, int y, int width, int height...

    reference.aspose.com/psd/java/com.aspose.psd/gr...
  10. 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/