Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 26,125 for

x

(0.27 sec)
  1. Hatch Fucnction Not Work - Free Support Forum -...

    Hi there,I have a problem with aspose.cad for .net to create a hatch ring fill with white. The code I wrote is below for(var i = 0 ; i < jzdInfos.Count ; i ++) { if (i == jzdInfos.Count - 1) continue; var X = jzdInf…...1) continue; var x = jzdInfos[i].JzdPoint.X; var y = jzdInfos[i]...new CadCircle(new Cad3DPoint(x, y,0), 1.75) { ColorId = 7 };...

    forum.aspose.com/t/hatch-fucnction-not-work/322760
  2. Aspose.PSD for .NET 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....for ( int x = 0 ; x < layer . Width ; x ++) { row [ x ] = 255 <<...<< 24 | ( x % 256 * ( x % 4 )) << 16 | ( x % 256 * ( x % 5 )) <<...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-2...
  3. NodeRendererBase.RenderToScale | Aspose.Words f...

    Discover the NodeRendererBase RenderToScale method—efficiently render shapes into Graphics objects at any scale for enhanced visual output....RenderToScale ( Graphics graphics , float x , float y , float scale ) Parameter...object where to render to. x Single The X coordinate (in world units)...

    reference.aspose.com/words/net/aspose.words.ren...
  4. 在使用DrawObjectEventHandler类和Node.js通过C++渲染到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: DrawObject 的左边界。 y: DrawObject...DrawObjectEventHandl { draw ( drawObject , x , y , width , height ) { console...

    docs.aspose.com/cells/zh/nodejs-cpp/get-drawobj...
  5. Aspose.3D 17.2.0中的公共 API 更改|Documentation

    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.XLoadOptions类 本文档介绍了模块/应用程序开发人员可能感兴趣的对...或更高版本,开发人员可以导入X文件。将XBinary和XText格式条目添加到导入二进制和ASCII X文件中。 C# // XBinary...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  6. Transformation Matrix – SVG Code – Aspose.SVG G...

    Learn with Aspose.SVG how to use a transformation matriX to rotate, scale, translate, and skew SVG and consider code eXamples for SVG transformations....can be a scaling factor in the x-direction, usually denoted as...tan(α) skewing factor in the x-direction or the sinus value -sin(α)...

    docs.aspose.com/svg/net/drawing-basics/transfor...
  7. JSRectangle constructor | Aspose.Words for Node.js

    JSRectangle constructor....JSRectangle(x, y, width, height) JSRectangle ( x : number , y...) Parameter Type Description x number y number width number height...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. NodeRendererBase.RenderToSize | Aspose.Words fo...

    Discover the NodeRendererBase RenderToSize method to efficiently render shapes into Graphics objects at your desired size for enhanced visual output....RenderToSize ( Graphics graphics , float x , float y , float width , float...object where to render to. x Single The X coordinate (in world units)...

    reference.aspose.com/words/net/aspose.words.ren...
  9. 档案

    档案...for (int x = 0; x < widthSegs; x++) { float dx = (float)x / widthSegs;...= row; for (int x = 0; x < widthSegs - 1; x++) { mesh.CreatePolygon(ptr...

    blog.aspose.com/zh/3d/convert-jpg-image-to-lith...
  10. How to get Content height on the page? - Free S...

    Hello Aspose! Could you please help me with finding out height of content on the page? My task is add TeXtStamp on each stamp. In the same time stamp should not overlap content. First option to do it is calculate sta…...(int x = 0; x < width; x++) { int rgb = image.getRGB(x, y); java...240)) { if (x < minX) minX = x; if (x > maxX) maxX = x; if (y <...

    forum.aspose.com/t/how-to-get-content-height-on...