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

pen

(0.56 sec)
  1. 使用图形API编辑PSD文件中的图层|Documentation

    在Python中使用Aspose.PSD的图形API的示例...Graphics ( layer ) 在代码示例中,创建了一个Pen对象来定义椭圆形状轮廓的颜色和厚度。Color.alice...alice_blue常量表示颜色,您可以根据需要调整厚度。 pen = Pen ( Color . alice_blue ) 类似...

    docs.aspose.com/psd/zh/zh/python-net/graphics-api/
  2. Travailler avec du texte dans PS | .NET

    Comment ajouter du texte dans un fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité dans .NET...Pen selon que nous remplissons ou...Drawing.Brush ou System.Drawing.Pen , le texte sera rempli ou décrit...

    docs.aspose.com/page/fr/net/ps/working-with-text/
  3. Travailler avec des texturesdans PS | Python

    Ajouter un motif de texture au fichier PS est une question à laquelle répond la Aspose.Page. Découvrez comment utiliser la fonctionnalité en Python....Pen pour le trait. dans leurs méthodes...dans l’objet aspose.pydrawing.Pen en utilisant à nouveau aspose...

    docs.aspose.com/page/fr/python-net/ps/working-w...
  4. إنشاء صورة PSD أو PSB من البداية باستخدام Pytho...

    مثال على كيفية يمكن لـ 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/ar/python-net/إنشاء-صور-psd...
  5. Trabalhar com Texturas em PostScript | .NET

    Como adicionar um padrão de textura a um ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em .NET....Pen para traçado nos respetivos métodos...HatchBrush . A classe System.Drawing.Pen não pode ser estendida porque...

    docs.aspose.com/page/pt/net/ps/working-with-tex...
  6. Trabajar con texturas en PostScript | .NET

    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 .NET...Pen para los trazos respectivos....HatchBrush . La clase System.Drawing.Pen no se puede ampliar porque está...

    docs.aspose.com/page/es/net/ps/working-with-tex...
  7. Arbeiten mit Schraffurmustern in PostScript | .NET

    Wie man einer PS-Datei ein Schraffurmuster hinzufügt, ist eine Frage, die von Aspose.Page unterstützt wird. Erfahr, wie die Funktionalität in .NET nutzen....Pen mit System.Drawing.HacthBrush...FillAndStrokeText() , die System.Drawing.Pen als Parameter akzeptieren. Im...

    docs.aspose.com/page/de/net/ps/working-with-hat...
  8. Arşiv

    Arşiv...drawLine(Pen, int, int, int, int) yöntemini...Noktaları graphic.drawLine(new Pen(com.aspose.imaging.Color.getBlue()...

    blog.aspose.com/tr/imaging/draw-shapes-in-java/
  9. 搜索

    搜索... 同時,初始化一個指定顏色和大小的Pen類對象。 之後,用相應的方法畫出需要的直線、曲線或其他對象。...Clear(Color.White); // 初始化筆 Pen pen = new Pen(Color.Black, 5); // 畫一個橢圓...

    blog.aspose.com/zh-hant/drawing/antialiasing-in...
  10. Travailler avec des clips dans PostScript | C++

    L'ajout de clips aux fichiers PS est une fonctionnalité prise en charge par la API Aspose.Page. Découvrez comment utiliser la fonctionnalité en C++...System::Drawing::Pen > pen = System::MakeObject < System::Drawing::Pen > (System::MakeObject...r::get_Blue()), 2. 0f ); 51 pen -> set_DashStyle(System::Dra...

    docs.aspose.com/page/fr/cpp/ps/working-with-clips/