Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 82 for

cubic

(0.08 sec)
  1. Aspose.PSD for Java 24.2 - 发布说明|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....Bug PSDJAVA-595 [AI格式] 修复AI文件中Cubic Bezier的渲染。 Bug 公共API更改 已添加API:...PSDJAVA-595. [AI格式] 修复AI文件中Cubic Bezier的渲染** String sourceFile...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  2. Features|Aspose.Imaging for Python via .NET

    Python image processing library core features includes read and write images, draw images, process images and convert between formats....(Line, Polygon, Rectangle, Cubic Bézier, Curve, Arc, Ellipse...

    docs.aspose.com/imaging/python-net/features/
  3. Customize Shapes in Presentations with Python|A...

    Create and customize shapes in PowerPoint and OpenDocument presentations with Aspose.Slides for Python via .NET: geometry paths, curved corners, composite shapes....) Add a cubic Bezier curve at the end of a path: cubic_bezier_to...point1 , point2 , point3 ) cubic_bezier_to ( x1 , y1 , x2 , y2...

    docs.aspose.com/slides/python-net/custom-shape/
  4. Custom Shape|Aspose.Slides for PHP Documentation

    Add a custom shape to a PowerPoint presentation in PHP...Add a cubic Bezier curve at the end of a path: Add a cubic Bezier...

    docs.aspose.com/slides/php-java/custom-shape/
  5. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint presentation in .NET...float y , uint index ); Add a cubic Bezier curve at the end of a...float x3 , float y3 ); Add a cubic Bezier curve to the specified...

    docs.aspose.com/slides/net/custom-shape/
  6. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint presentation in C++...y , uint32_t index ); Add a cubic Bezier curve at the end of a...float x3 , float y3 ); Add a cubic Bezier curve to the specified...

    docs.aspose.com/slides/cpp/custom-shape/
  7. Custom Shape|Aspose.Slides for Node.js via .NET...

    Add a custom shape to a PowerPoint presentation in JavaScript...lineTo ( x , y , index ); Add a cubic Bezier curve at the end of a...x2 , y2 , x3 , y3 ); Add a cubic Bezier curve to the specified...

    docs.aspose.com/slides/nodejs-java/custom-shape/
  8. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint presentation in Java...float y , long index ); Add a cubic Bezier curve at the end of a...float x3 , float y3 ); Add a cubic Bezier curve to the specified...

    docs.aspose.com/slides/java/custom-shape/
  9. Custom Shape|Aspose.Slides Documentation

    Add a custom shape to a PowerPoint presentation in Java...float y , long index ); Add a cubic Bezier curve at the end of a...float x3 , float y3 ); Add a cubic Bezier curve to the specified...

    docs.aspose.com/slides/androidjava/custom-shape/
  10. SVG 路径数据 – 代码示例 – SVG Path Data

    通过 Aspose.SVG 学习如何使用 SVG 路径 - 一组通过组合 SVG 直线、SVG 圆弧和贝塞尔曲线来绘制各种轮廓或形状的命令。... 下面三组命令绘制曲线: cubic Bézier curve (C, c, S, s) quadratic..."none" /> 4 </ svg > 三次贝塞尔曲线 – Cubic Bezier Curve 三次贝塞尔曲线比二次贝塞尔曲...

    docs.aspose.com/svg/zh/net/drawing-basics/svg-p...