Sort Score
Result 10 results
Languages All
Labels All
Results 1,231 - 1,240 of 5,877 for

x

(0.06 sec)
  1. External LaTeX packages | .NET

    Aspose.TeX API for .NET allows using eXternal packages, i.e. the ones not included in the library itself like fancyboX and pgfplots packages....begin{Beqnarray} [ t ] 15 y & = & x ^ 2 \\ 16 a ^ 2 + 2ab + b ^ 2...addplot [ color = red ] {exp(x)}; 13 \ end{axis} 14 \ end{tikzpicture}...

    docs.aspose.com/tex/net/external-latex-packages/
  2. Navigate SVG – Aspose.SVG for Python via .NET

    Learn how to inspect SVG using Python, iterate through SVG elements, and navigate through SVG using CSS Selector or XPath....id = first - rect 3 Attribute: x = 50 4 Attribute: y = 90 5 Attribute:...= second - rect 10 Attribute: x = 120 11 Attribute: y = 150 12...

    docs.aspose.com/svg/python-net/navigate-svg/
  3. SVG 缩放 – C# 示例

    SVG 缩放的 C# 示例。考虑在变换属性和变换矩阵中使用比例函数的情况。... scale(sx, sy) 变换函数允许沿 x 轴和 y 轴缩放图像。 sy 缩放因子值是可选的,如果省略,则假定等于...函数。特别是,“scale(2)”表示将 <circle> 元素在 x 和 y 维度上缩放 2 倍。 要将 circleElement...

    docs.aspose.com/svg/zh/net/svg-scaling/
  4. SVG 转换 – SVG Transformations – C# 示例

    了解如何在 C# 中旋转 SVG、缩放 SVG 以及平移 SVG。考虑 SVG 转换的代码示例。...– 此处 translate(tx, ty) 函数将元素沿 x 轴移动 tx 值,并沿 y 轴移动 ty 值。如果未指定其中一个值,则默认为零。...skewX(angle) 和 skewY(angle) 将元素沿 x 或 y 轴倾斜指定的角度。 使用变换矩阵 。 变换矩阵 是描述...

    docs.aspose.com/svg/zh/net/svg-transformations/
  5. ChartAxis.category_type property | Aspose.Words...

    ChartAXis.category_type property. Gets or sets type of the category aXis....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  6. AxisTickLabels.offset property | Aspose.Words f...

    AXisTickLabels.offset property. Gets or sets the distance of the tick labels from the aXis....series with categories for the X-axis and respective numeric values... and tick marks. x_axis = chart . axis_x x_axis . category_type...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working with Gradient in PostScript | .NET

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET... X and Y scale component must be...//Create a transform for the brush. X and Y scale component must be...

    docs.aspose.com/page/net/ps/working-with-gradient/
  8. 元素生成器 – Element Builders – 创建和编辑 SVG 元素 – C#

    探索 C# 中的 Aspose.SVG Builder API 创建和修改 SVG 元素的功能。了解如何使 SVG 编程更轻松、更高效。..." , x: 270, y: 140, fontSize: 30, fill:..."<polyline>" , x: 300, y: 30) 18 . AddText ( "<polygon>" , x: 300, y:...

    docs.aspose.com/svg/zh/net/element-builders/
  9. Working with Gradient in PS file | Python

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Python...options, False) 11 12 offset_x = 200. 13 offset_y = 100. 14 width...pydrawing . RectangleF (offset_x, offset_y, width, height)) 20...

    docs.aspose.com/page/python-net/ps/working-with...
  10. Advanced SVG Creation and Modification with Asp...

    EXplore the capabilities of the Aspose.SVG Builder API in C# to create and modify SVG elements. Learn how to make SVG programming easier and more efficient....starting point of the path (Move to x=5, y=0). 5 . M (5, 0) 6 // 'L'...point to the new point (Line to x=10, y=10). 7 . L (10, 10) 8 //...

    docs.aspose.com/svg/net/svg-builder-api/