Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 1,685 for

pen

(0.2 sec)
  1. Travailler avec du textedans PS | Java

    Comment ajouter du texte dans un fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Java...with default or already defined pen. In the given case it is a black...black colored 1-point width pen. 8 document. outlineText (str...

    docs.aspose.com/page/fr/java/ps/working-with-text/
  2. Робота з текстом у файлі PS | Java

    Як додати текст у файл PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати функції в Java...with default or already defined pen. In the given case it is a black...black colored 1-point width pen. 8 document. outlineText (str...

    docs.aspose.com/page/uk/java/ps/working-with-text/
  3. Trabajar con texturas en un archivo PS | Python

    Cómo agregar un patrón de textura a un archivo PS es una pregunta respondida por la solución Aspose.Page. Vea cómo utilizar la funcionalidad en Python....Pen para acariciar en sus respectivos...en el objeto aspose.pydrawing.Pen y se usa nuevamente aspose.pydrawing...

    docs.aspose.com/page/es/python-net/ps/working-w...
  4. Desenho de Imagens usando Gráficos|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....auxiliares para melhorar as formas: · Pens, para desenhar linhas, contornos...esses métodos aceitam um objeto Pen como seu primeiro argumento....

    docs.aspose.com/psd/pt/net/drawing-images-using...
  5. Archiv

    Archiv...DrawRectangle(new Pen(new SolidBrush(Color.Blue)),...objektu Pen, barvy a souřadnic graphics.DrawEllipse(new Pen(new SolidBrush(Color...

    blog.aspose.com/cs/psd/create-psd-image-csharp/
  6. Arşiv

    Arşiv... Pen pen = new Pen ( Color . getRed (), 5...çizin. graphics . drawEllipse ( pen , 0 , 0 , 700 , 700 ); // Son...

    blog.aspose.com/tr/drawing/create-load-fill-and...
  7. Lavorare con il testo in un file PS | Java

    Come aggiungere testo in un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in Java....with default or already defined pen. In the given case it is a black...black colored 1-point width pen. 8 document. outlineText (str...

    docs.aspose.com/page/it/java/ps/working-with-text/
  8. Trabajar con texturas en PostScript | C++

    Cómo agregar un patrón de textura a un archivo PS es una pregunta respondida por la solución API Aspose.Page. Vea cómo utilizar la funcionalidad en C++....Pen para los trazos respectivos....HatchBrush . La clase System.Drawing.Pen no se puede ampliar porque está...

    docs.aspose.com/page/es/cpp/ps/working-with-tex...
  9. PostScript でのハッチパターンの操作 | C++

    PS ファイルにハッチパターンを追加する方法については、Aspose.Page API ソリューションで回答されています。C++ での機能の使用方法については、こちらをご覧ください。...Pen を作成し、それを SetStroke() または、 System.Drawing.Pen をパラメーターとして受け取る... ハッチブラシを使用して System.Drawing.Pen オブジェクトを作成します。 このペンをPsDocumentで現在のストロークに設定します。...

    docs.aspose.com/page/ja/cpp/ps/working-with-hat...
  10. Archiv

    Archiv...Black); Pen pen = new Pen(Color.Blue, 1); Font arial...600); graphics.DrawRectangle(pen, rectangle); graphics.DrawString(text...

    blog.aspose.com/cs/drawing/add-text-to-png-image/