Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 26,462 for

x

(0.08 sec)
  1. How to draw an image|Documentation

    Draw an image. Drawing lines, ellipses, rectangles, arcs, Bezier curves and strings....a surface with a size of 100 x 100 pixels and a color depth of...different colors, followed by X and Y coordinates of the start...

    docs.aspose.com/imaging/python-net/developer-gu...
  2. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...setPosition(400, 100); // Adjust X and Y for landscape } else { image...setPosition(100, 400); // Adjust X and Y for portrait } // Optionally...

    forum.aspose.com/t/pdf-base64image/315504
  3. ChartYValue.FromDouble | Aspose.Words for .NET

    Discover the ChartYValue FromDouble method to effortlessly create Double type ChartYValue instances for enhanced data visualization.... Series [ 0 ]; // Clear X and Y values of the first series...chart . Series [ 1 ]; // Clear X and Y values of the second series...

    reference.aspose.com/words/net/aspose.words.dra...
  4. ChartNumberFormat | Aspose.Words for Java

    Represents number formatting of the parent element in Java....chart with categories for the X-axis, // and large respective...- “\"$\”#,##0.00" Time - “[$-x-systime]h:mm:ss AM/PM” Date -...

    reference.aspose.com/words/java/com.aspose.word...
  5. 高斯模糊 – SVG 滤镜 – C# 代码

    了解如何为高斯模糊滤镜编写 SVG 代码,并查看 C# 示例以对 SVG 元素和位图实现高斯模糊效果。...过滤器基元所需的属性是 x、y、width、height 和 id 。他们设置将应用滤镜的图片区域。属性...属性指定表征模糊操作的标准偏差的数字。如果提供两个数字,第一个 数字 表示沿坐标系 x 轴的标准偏差值,第二个数字表示 y 轴上的标准偏差值。每个...

    docs.aspose.com/svg/zh/net/gaussian-blur/
  6. What is LaTeX?

    To answer the question "What is LaTeX?" it is worth mentioning that one of its most impressive features is the New Font Selection Scheme (NFSS)....$$ (1 + x) ^ n = \ sum_{i = 0} ^ n {n \ choose i} x ^ i$$ 55...$e ^ x$ is given by 58 \ begin{equation} 59 e ^ x = 1 + x + \...

    docs.aspose.com/tex/net/what-is-latex/
  7. How to Union or Concat self made structure - Fr...

    Hi, I have a problem because I can’t eXecute an UNION (or a Concat function) between 2 generic collection (System.Collections.Generic.IEnumerable`1[Cj]). I have to create a unique structure with 3 static elements (volE…...Sum(x => x.Value), (int)volSortie.Sum(x => x.Value), (int)...(int) volBypass.Sum(x => x.Value)}]>> <<var [seq = new int[] {...

    forum.aspose.com/t/how-to-union-or-concat-self-...
  8. MarkerSymbol | Aspose.Words for Java

    Specifies marker symbol style in Java.... X Specifies an X shall be drawn at each...data point. X public static int X Specifies an X shall be drawn...

    reference.aspose.com/words/java/com.aspose.word...
  9. SVG Color – Fill, Stroke, and Opacity Examples

    Learn how SVG color works with fill, stroke, and opacity eXamples using HEX, RGB, and HSL. Discover color rules for shapes, teXt, and paths in Aspose.SVG....linearGradient > 8 </ defs > 9 < text x = "50" y = "50" font - family...text color ?</ text > 10 < text x = "50" y = "130" font - family...

    docs.aspose.com/svg/net/drawing-basics/svg-color/
  10. Getting the layout rectangle for displayed comm...

    When recording the layout for paragraphs the LayoutEnumerator will provide the layout rectangle for each span in the paragraph. However, when looking at paragraphs within a comment entity the layout rectangle retrieves j…... It looks like this: X = -2147483.75 Y = 0 Width = valid...width value is meaningful, while X, Y and Height are returned as...

    forum.aspose.com/t/getting-the-layout-rectangle...