Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 1,964 for

brush

(2.17 sec)
  1. 搜索

    搜索...AntiAlias; Brush brush = new LinearGradientBrush(new...Blue); graphics.FillEllipse(brush, 100, 100, 800, 600); MemoryStream...

    blog.aspose.com/zh-hant/drawing/use-system-draw...
  2. Archiv

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

    blog.aspose.com/de/font/render-text-with-truety...
  3. آرشیوها

    آرشیوها...double fontSize, Brush backgroundBrush, Brush textBrush, string...world", ttfFont1, 14, Brushes.White, Brushes.Black, dataDir + "...

    blog.aspose.com/fa/font/render-text-with-truety...
  4. Archivo

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

    blog.aspose.com/es/font/render-text-with-truety...
  5. Arbeiten mit Texturen in PS-Datei | Python

    Wie man PS-Dateien ein Texturmuster hinzufügt, ist eine Frage, die von der Aspose.Page beantwortet wird. Erfahr, wie die Funktionalität in Python nutzen....Brush zum Malen und ein Objekt der...Klassen, die von aspose.pydrawing.Brush implementiert werden und von...

    docs.aspose.com/page/de/python-net/ps/working-w...
  6. Робота з текстурами в PS файлі | Python

    Як додати візерунок текстури до файлу PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати функції в Python...Brush для малювання та об’єкт класу...реалізовані aspose.pydrawing.Brush , які пропонуються платформою...

    docs.aspose.com/page/uk/python-net/ps/working-w...
  7. 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...
  8. 档案

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

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