Sort Score
Result 10 results
Languages All
Labels All
Results 1,121 - 1,130 of 1,965 for

brush

(0.14 sec)
  1. C# を使用して PNG ファイルにテキストを追加する方法

    この記事では、C# を使用して PNG ファイルにテキストを追加する方法について説明します。開発環境の設定方法の詳細、手順のリスト、C# を使用して PNG にテキストを追加するための実行可能なサンプル コードが含まれています。...class object を作成します テキストの内容、Brush オブジェクト、Font オブジェクトを定義します。 ビ...メソッドを使用して、テキストの周囲に四角形を描画します。テキストの色は Brush color を使用して設定され、四角形の色は Pen クラスの色を使用して設定され、背景色は...

    kb.aspose.com/ja/drawing/net/how-to-add-text-to...
  2. Робота з текстом у файлі XPS | .NET

    Як додати текст до файлу XPS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в .NET...xps" ; 7 8 //Create a brush 9 XpsSolidColorBrush textFill...сторінками Робота з Visual Brush Ask Aspose.Page AI assistant...

    docs.aspose.com/page/uk/net/xps/working-with-text/
  3. Trabalhar com o Pincel Visual num ficheiro XPS ...

    Como trabalhar com o pincel visual num ficheiro XPS é uma questão respondida pela solução API Aspose.Page. Veja como utilizar a funcionalidade em .NET...Copy 1 // Add grid with visual brush to XPS document. 2 3 XpsDocument...(pathGeometry); 21 //Create Visual Brush, it is specified by some XPS...

    docs.aspose.com/page/pt/net/xps/working-with-vi...
  4. Archivio

    Archivio...solido per disegnare il testo Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Salva l'immagine...

    blog.aspose.com/it/drawing/create-load-fill-and...
  5. ค้นหา

    ค้นหา...สร้างแปรงสีดำที่ทนทานสำหรับวาดข้อความ Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // บันทึกภาพสุ...

    blog.aspose.com/th/drawing/create-load-fill-and...
  6. Archiwa

    Archiwa... Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Zapisz ostateczny...

    blog.aspose.com/pl/drawing/create-load-fill-and...
  7. arkiv

    arkiv...pensel för att rita texten Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Spara den slutgiltiga...

    blog.aspose.com/sv/drawing/create-load-fill-and...
  8. Feature List|Documentation

    Create vector graphics lines, curves, and shapes in C#. Display text having different fonts, sizes, styles in C#. Load and save drawings in C#....Dash style Cap type Join type Brushes Solid Hatch Texture LinearGradient...

    docs.aspose.com/drawing/net/feature-list/
  9. Feature List|Documentation

    Create vector graphics lines, curves, and shapes with Aspose.Drawing Java API. Display text with different fonts, sizes, and styles in Java. Load and save drawings in Java....Cap type (planned) Join type Brushes Solid Hatch Texture LinearGradient...

    docs.aspose.com/drawing/java/feature-list/
  10. 記録

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

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