Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 1,742 for

brush

(0.11 sec)
  1. ארכיון

    ארכיון...השיטה DrawString(string, Font, Brush, RectangleF, StringFormat) של...באפקט סימון מים. SolidBrush brush = new SolidBrush(Color.FromArgb(80...

    blog.aspose.com/he/psd/add-watermark-to-psd-in-...
  2. フォントライブラリを使用したテキストレンダリング| .NET

    テキストを画像に変換し、.NET製品内のTrueTypeとOpenTypeフォントをレンダリングします。開発者がファイルを操作してフォントするためのC#API。...*(文字列テキスト、double fontsize、brush backgroundbrush、brush textbrush、string...double fontsize 、 brush backgroundbrush 、 brush textbrush 、 string...

    docs.aspose.com/font/ja/net/developer-guide/tex...
  3. 搜索

    搜索...brushes.SolidBrush(com.aspose.imaging...Pen(new com.aspose.imaging.brushes.SolidBrush(com.aspose.imaging...

    blog.aspose.com/zh-hant/imaging/draw-shapes-in-...
  4. Отрисовка текста с использованием шрифта Type1 ...

    API C++, позволяющие разработчикам манипулировать файлами шрифтов. Изучите основы рендеринга шрифтов Type 1 в продуктах C++....System::SharedPtr < System::Drawing::Brush > backgroundBrush, System::SharedPtr...System::SharedPtr < System::Drawing::Brush > textBrush, System::String...

    docs.aspose.com/font/ru/cpp/text-rendering-type...
  5. Type1フォントを使用したテキストレンダリング| .NET

    開発者がファイルを操作してフォントするためのC#API。 .NET製品内のタイプ1フォントをレンダリングする方法に関する基本を学びます。...double fontSize, 3 Brush backgroundBrush, Brush textBrush, string...world" , font, 14, Brushes. White , Brushes. Black , dataDir +...

    docs.aspose.com/font/ja/net/text-rendering-type...
  6. أرشيف

    أرشيف...White); Brush brush = new SolidBrush(Color.Black);...graphics.DrawString(text, arial, brush, rectangle); bitmap.Save("DrawText...

    blog.aspose.com/ar/drawing/add-text-to-png-image/
  7. Cách thêm văn bản vào tệp PNG bằng C#

    Bài viết này hướng dẫn cách thêm văn bản vào tệp PNG bằng C#. Nó có thông tin chi tiết để thiết lập môi trường phát triển, danh sách các bước và mã mẫu có thể chạy được để thêm văn bản vào PNG bằng C#....nội dung văn bản, đối tượng Brush và đối tượng Font Xác định hình...Màu văn bản được đặt bằng màu Brush, màu hình chữ nhật bằng màu...

    kb.aspose.com/vi/drawing/net/how-to-add-text-to...
  8. Gebruik van Graphics API om lagen in PSD-bestan...

    Voorbeeld van het gebruik van de Graphics API in Aspose.PSD voor Python... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/nl/nl/python-net/graphics-api/
  9. ค้นหา

    ค้นหา...สร้างแปรงในขณะที่ระบุสี Brush brush = new SolidBrush(Color.F...สร้างปากกา Pen pen = new Pen(brush); // วาดสี่เหลี่ยมผืนผ้า graphics...

    blog.aspose.com/th/drawing/draw-rectangle-csharp/
  10. 档案

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

    blog.aspose.com/zh/drawing/draw-an-ellipse-csharp/