Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,665 for

alpha

(0.08 sec)
  1. 在 Android 上管理演示文稿中的连接线|Aspose.Slides 文档

    在 Android 上的 PowerPoint 幻灯片中,使 Java 应用能够绘制、连接并自动路由线条——全面控制直线、肘部线和曲线连接线。...(x — x0) * cos(alpha) — (y — y0) * sin(alpha) + x0; Y = (x —...— x0) * sin(alpha) + (y — y0) * cos(alpha) + y0; 在本例中,对象的旋转角度为...

    docs.aspose.com/slides/zh/androidjava/connector/
  2. 使用 C++ 在演示文稿中管理连接线|Aspose.Slides 文档

    让 C++ 应用程序能够在 PowerPoint 幻灯片中绘制、连接和自动路由线条——全面控制直线、折线和曲线连接线。...(x — x0) * cos(alpha) — (y — y0) * sin(alpha) + x0; Y = (x —...— x0) * sin(alpha) + (y — y0) * cos(alpha) + y0; 在本例中,对象的旋转角度为...

    docs.aspose.com/slides/zh/cpp/connector/
  3. 10. 附录. 数学符号和命令

    本文讨论了不同的 LaTeX 数学符号和命令及其含义。学习如何在 LaTeX 中插入运算符、希腊字母等。...大写希腊字母 其他希腊大写字母以罗马字母的形式出现( \Alpha={\rm A} , \Beta={\rm B} ,等)。...

    docs.aspose.com/tex/zh/java/latex-math-symbols-...
  4. Public API Changes in Aspose.Cells 16.10.0|Docu...

    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....Gets/sets the direction of the alpha gradient ramp relative to the...(along the alpha gradient ramp) of the end alpha value in unit...

    docs.aspose.com/cells/net/public-api-changes-in...
  5. Aspose.PSD for .NET 20.3 - 发行说明|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....PSDNET-539 异常:加载带有空Unicode Alpha名称资源的图像失败 错误 PSDNET-541 更改图层组可见性后输出不正确...PSDNET-539. 异常:加载带有空Unicode Alpha名称资源的图像失败 string sourcePath =...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  6. Convert HSL to RGB – C# Сode and Online Converter

    Work with color codes and convert HSL to RGB in C# using Aspose.SVG for .NET. Try the online Color Converter for free!...Lightness, and Alpha) HSLA TO RGBA (Red, Green, Blue, and Alpha) © Aspose...

    products.aspose.com/svg/net/color-converter/hsl...
  7. View PNG File Online and Load or Read PNG File ...

    Free online PNG file viewer app. Python API code to read and load PNG file for viewer application....Inspection Inspect images with alpha channels accurately. UI Asset...

    products.aspose.com/total/python-net/viewer/png/
  8. XML Schema of Aspose.PDF|Aspose.PDF for .NET

    This article describes an XML schema for working with XML documents in Aspose.PDF for .NET...<xs:attribute type= "xs:short" name= "Alpha" use= "optional" /> <xs:attribute...<xs:attribute type= "xs:short" name= "Alpha" use= "optional" /> <xs:attribute...

    docs.aspose.com/pdf/net/supported-xml-schema/
  9. Add Text to PDF file|Aspose.PDF for Java

    Discover how to insert text into an existing PDF document in Java with Aspose.PDF for text insertion and modification....the feature to add text with Alpha color channel. The following...color object from Alpha color channel int alpha = 10 ; int green...

    docs.aspose.com/pdf/java/add-text-to-pdf-file/
  10. Add Watermarks to Presentations on Android|Aspo...

    Manage text and image watermarks in PowerPoint and OpenDocument presentations on Android in Java to indicate a draft, confidential information, and more....watermark text, use this code: int alpha = 150 , red = 200 , green =... setColor ( Color . argb ( alpha , red , green , blue )); Center...

    docs.aspose.com/slides/androidjava/watermark/