Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 1,965 for

brush

(0.08 sec)
  1. .NET でプレゼンテーションのインクオブジェクトを管理する|Aspose.Slides ドキ...

    PowerPoint のインクオブジェクトを管理し、.NET 用 Aspose.Slides でデジタルインクの作成、編集、スタイル設定を行います。トレース、ブラシの色とサイズのコードサンプルをご覧ください。...ブラシには Brush.Color と Brush.Size プロパティに対応する独自の色とサイズがあります。...IInkBrush brush = traces [ 0 ]. Brush ; Color brushColor = brush . Color...

    docs.aspose.com/slides/ja/net/manage-ink/
  2. Archivio

    Archivio...gli oggetti di classe Font, Brush e Rectangle come argomenti....Definire il colore del testo Brush brush = new SolidBrush(Color.DarkBlue);...

    blog.aspose.com/it/drawing/add-text-to-image-in...
  3. Архів

    Архів...double fontSize, Brush backgroundBrush, Brush textBrush, string...world", ttfFont1, 14, Brushes.White, Brushes.Black, dataDir + "...

    blog.aspose.com/uk/font/render-text-with-truety...
  4. Arşiv

    Arşiv...double fontSize, Brush backgroundBrush, Brush textBrush, string...world", ttfFont1, 14, Brushes.White, Brushes.Black, dataDir + "...

    blog.aspose.com/tr/font/render-text-with-truety...
  5. Archiwa

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

    blog.aspose.com/pl/font/render-text-with-truety...
  6. 档案

    档案...brushes import * from aspose.imaging...BOLD) brush = SolidBrush() brush.color = Color.red brush.opacity...

    blog.aspose.com/zh/imaging/add-watermark-to-ima...
  7. 아카이브

    아카이브...brushes import * from aspose.imaging...BOLD) brush = SolidBrush() brush.color = Color.red brush.opacity...

    blog.aspose.com/ko/imaging/add-watermark-to-ima...
  8. ค้นหา

    ค้นหา...ที่มีครอบครัวฟอนต์และขนาดตามที่ต้องการ เลือก Brush สำหรับสีของข้อความ ใช้วิธี Graphics...ด้วยสไตล์เฉพาะ (ตัวหนา, ตัวเอียง) เลือก Brush สำหรับสีของข้อความ ใช้ Graphics...

    blog.aspose.com/th/drawing/draw-text-in-java/
  9. Archiwa

    Archiwa... Wybierz Brush dla koloru tekstu. Użyj metody...(pogrubiony, kursywa). Wybierz Brush dla koloru tekstu. Użyj Graphics...

    blog.aspose.com/pl/drawing/draw-text-in-csharp/
  10. 档案

    档案...FromImage(bitmap); // 在指定颜色的同时创建画笔 Brush brush = new SolidBrush(Color.F...// 创建一支笔 Pen pen = new Pen(brush); // 绘制矩形 graphics.DrawRectangle(pen...

    blog.aspose.com/zh/drawing/draw-rectangle-csharp/