Sort Score
Result 10 results
Languages All
Labels All
Results 711 - 720 of 1,965 for

brush

(0.14 sec)
  1. Buat Gambar PSD atau PSB dari Awal menggunakan ...

    Contoh bagaimana Aspose.PSD untuk Python dapat membuat Gambar Psd dari awal...brushes import LinearGradientBrush...Pen ( Color . alice_blue ) brush = LinearGradientBrush ( Rectangle...

    docs.aspose.com/psd/id/id/python-net/create-psd...
  2. 記録

    記録...double fontSize, Brush backgroundBrush, Brush textBrush, string...world", ttfFont1, 14, Brushes.White, Brushes.Black, dataDir + "...

    blog.aspose.com/ja/font/render-text-with-truety...
  3. PostScript でのテクスチャ操作 | .NET

    PS ファイルにテクスチャパターンを追加する方法については、Aspose.Page API ソリューションで回答しています。.NET での機能の使用方法については、こちらをご覧ください。...Brush クラスのオブジェクト、ストロークの場合は System...プラットフォームで提供される System.Drawing.Brush のすべてのサブクラスを処理します。これらのサブクラスは、...

    docs.aspose.com/page/ja/net/ps/working-with-tex...
  4. Working with Textures in PS file | Python

    PSファイルにテクスチャパターンを追加する方法については、Aspose.Page APIソリューションで回答されています。Pythonでの機能の使い方については、こちらをご覧ください。...Brush クラスのオブジェクト、ストロークの場合はaspose....ォームで提供される aspose.pydrawing.Brush によって実装されたすべての重要なクラスを処理します。これらは、...

    docs.aspose.com/page/ja/python-net/ps/working-w...
  5. C# Kullanarak Tiff'e Filigran Ekleme

    Bu adım adım öğretici, C# kullanarak Tiff'e nasıl filigran ekleneceği hakkındadır. C#'daki bu kod, görüntünün fikri mülkiyet haklarının korunması için Tiff filigranı ekler....Brushes ad alanlarını dahil edin Tiff’i...filigranla korumak için Font, Brush ve Text formatlama özelliklerini...

    kb.aspose.com/tr/imaging/net/how-to-add-waterma...
  6. 아카이브

    아카이브... 다음으로 Bitmap 및 Brush 클래스를 사용하여 이미지에 그라데이션을 그릴 수 있습니다...SmoothingMode.HighQuality; Brush brush = new LinearGradientBrush(new...

    blog.aspose.com/ko/drawing/system.drawing-with-...
  7. Crea un'immagine PSD o PSB da zero usando Pytho...

    Esempio di come Aspose.PSD per Python può creare un'immagine Psd da zero...brushes import LinearGradientBrush...Pen ( Color . alice_blue ) brush = LinearGradientBrush ( Rectangle...

    docs.aspose.com/psd/it/it/python-net/crea-immag...
  8. สร้างภาพ PSD หรือ PSB จากต้นแบบโดยใช้ Python|Do...

    ตัวอย่างเช่นว่า Aspose.PSD สำหรับ Python สามารถสร้างภาพ Psd จากต้นแบบ...brushes import LinearGradientBrush...Pen ( Color . alice_blue ) brush = LinearGradientBrush ( Rectangle...

    docs.aspose.com/psd/th/th/python-net/create-psd...
  9. Travailler avec des motifs de hachures dans PS ...

    Comment ajouter un motif hachuré à un fichier PS avec Aspose.Page. Découvrez comment utiliser cette fonctionnalité dans .NET....Brush , System.Drawing.HatchBrush...qui acceptent System.Drawing.Brush comme paramètre. Afin de décrire...

    docs.aspose.com/page/fr/net/ps/working-with-hat...
  10. Archivo

    Archivo...Center); Brush brush = new SolidBrush(Color.getBlue());...graphics.drawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/es/drawing/image-clipping-in-java/