Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 1,935 for

brush

(0.28 sec)
  1. Arşiv

    Arşiv... Daha sonra, Bitmap ve Brush sınıflarıyla bir görüntüye degrade...SmoothingMode.HighQuality; Brush brush = new LinearGradientBrush(new...

    blog.aspose.com/tr/drawing/system.drawing-with-...
  2. ארכיון

    ארכיון...על תמונה עם מחלקות Bitmap ו- Brush . כל שעליך לעשות הוא להעתיק...SmoothingMode.HighQuality; Brush brush = new LinearGradientBrush(new...

    blog.aspose.com/he/drawing/system.drawing-with-...
  3. Archiwa

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

    blog.aspose.com/pl/imaging/add-watermark-to-ima...
  4. أرشيف

    أرشيف...brushes import * from aspose.imaging...BOLD) brush = SolidBrush() brush.color = Color.red brush.opacity...

    blog.aspose.com/ar/imaging/add-watermark-to-ima...
  5. Lưu trữ

    Lưu trữ...double fontSize, Brush backgroundBrush, Brush textBrush, string...world", ttfFont1, 14, Brushes.White, Brushes.Black, dataDir + "...

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

    档案... 之后,使用要显示的文本、Font、Brush 和 Rectangle 类对象作为参数调用 DrawString()...FromImage(bitmap); // 定义文本颜色 Brush brush = new SolidBrush(Color.DarkBlue);...

    blog.aspose.com/zh/drawing/add-text-to-image-in...
  7. 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...
  8. Procurar

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

    blog.aspose.com/pt/imaging/add-watermark-to-ima...
  9. Lưu trữ

    Lưu trữ...bản hoặc đồ họa vector bằng Brushes trong các nền tảng không phải...hình ảnh với các lớp Bitmap và Brush . Chỉ cần sao chép và dán đoạn...

    blog.aspose.com/vi/drawing/system.drawing-with-...
  10. 档案

    档案...FromImage(bitmap); // 创建 Brush 类实例 Brush brush = new SolidBrush(Color...绘制实心圆 graphics.FillEllipse(brush, 1, 1, 490, 490); // 保存输出绘图图像...

    blog.aspose.com/zh/drawing/draw-circle-in-csharp/