Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 1,682 for

pen

(0.11 sec)
  1. Create PSD or PSB Image From Scratch using Pyth...

    Example of how the Aspose.PSD for Python can create Psd Image from scratch...psd import Graphics , Pen , Color , Rectangle from aspose...Graphics ( regularLayer ) pen = Pen ( Color . alice_blue ) brush...

    docs.aspose.com/psd/python-net/create-psd-psb-i...
  2. 档案

    档案...drawLine(Pen, int, int, int, int) 方法画线。 使用...通过指定具有蓝色的 Pen 对象和 // 坐标点 graphic.drawLine(new Pen(com.aspose...

    blog.aspose.com/zh/imaging/draw-shapes-in-java/
  3. Drawing Arc in PHP|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....Create an instance of Pen $pen = new Pen (); \ # Create and initialize...screen. $graphic -> drawArc ( new Pen ( $color -> getBlack ()), 0 ...

    docs.aspose.com/imaging/java/drawing-arc-in-php/
  4. Drawing Images|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....overloads accepting the instance of Pen class and coordinates pairs of...structures as arguments. The Pen Class defines an object used...

    docs.aspose.com/psd/net/drawing-images/
  5. Qualys scan report for the Aspose.Words .NET li...

    Hello Aspose Support Team, Our internal cybersecurity team has requested that we provide them with the “latest Qualys scan report for the Aspose.Words .NET library.” Thanks, Hasan....NET library” pen test report? Does the scan reports...“Aspose.Words .NET library” pen test report? Unfortunately, the...

    forum.aspose.com/t/qualys-scan-report-for-the-a...
  6. 用Python从头开始创建PSD或PSB图像|Documentation

    演示Aspose.PSD for Python如何从头创建Psd图像...psd import Graphics , Pen , Color , Rectangle from aspose...Graphics ( regularLayer ) pen = Pen ( Color . alice_blue ) brush...

    docs.aspose.com/psd/zh/zh/python-net/create-psd...
  7. Drawing Images|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....overloads accepting the instance of Pen class and coordinates pairs of...structures as arguments. The Pen Class defines an object used...

    docs.aspose.com/psd/java/drawing-images/
  8. Working with Text in PS file | Python

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Python...Pen depending on whether we fill...pydrawing.Brush or aspose.pydrawing.Pen , the text will be filled or...

    docs.aspose.com/page/python-net/ps/working-with...
  9. 在 PS 文件中处理文本 | Python

    如何在 PS 文件中添加文本是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Python 中使用该功能...Pen 。或者,我们可以在一个方法中同时填充和勾勒文本轮廓。如果我们使用的方法没有使用...pydrawing.Brush 或 aspose.pydrawing.Pen ,文本将使用当前图形状态下的当前画笔/描边进行填充或勾勒轮廓。...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  10. Working with Text in PostScript | C++

    How to add textt in PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Pen depending on whether we fill...Drawing.Brush or System.Drawing.Pen , the text will be filled or...

    docs.aspose.com/page/cpp/ps/working-with-text/