Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 1,964 for

brush

(0.53 sec)
  1. 档案

    档案...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/
  2. أرشيف

    أرشيف... اختر Brush للون النص. استخدم طريقة Graphics...بأساليب محددة (عريض، مائل). اختر Brush للون النص. استخدم Graphics.DrawString...

    blog.aspose.com/ar/drawing/draw-text-in-csharp/
  3. arkiv

    arkiv... Välj en Brush för textfärgen. Använd Graphics...stilar (fet, kursiv). Välj en Brush för textfärgen. Använd Graphics...

    blog.aspose.com/sv/drawing/draw-text-in-java/
  4. Desenhar Imagens usando GraphicsPath|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....qualquer classe de brush do namespace Aspose.PSD.Brushes. O segundo parâmetro... use o HatchBrush que é um brush retangular com um estilo de...

    docs.aspose.com/psd/pt/net/desenhar-imagens-usa...
  5. PostScript でのテクスチャ操作 | C++

    PS ファイルにテクスチャパターンを追加する方法については、Aspose.Page API ソリューションで回答されています。C++ での機能の使用方法については、こちらをご覧ください。...Brush クラスのオブジェクト、ストロークの場合は System...プラットフォームで提供される System.Drawing.Brush のすべてのサブクラスを処理します。これらのサブクラスは、...

    docs.aspose.com/page/ja/cpp/ps/working-with-tex...
  6. Робота з прозорістю у файлі XPS | .NET

    Як працювати з прозорістю файлу XPS — це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в .NET...z" )); 14 // Set blue solid brush to fill path1 15 path1. Fill...29 // ... and set red solid brush to fill it 30 path3. Fill =...

    docs.aspose.com/page/uk/net/xps/working-with-tr...
  7. Archiwa

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

    blog.aspose.com/pl/drawing/use-system-drawing-b...
  8. Lưu trữ

    Lưu trữ...thức DrawString (string, Font, Brush, RectangleF, StringFormat) của...chỉ định với các đối tượng brush và font được chỉ định. Lớp Layer...

    blog.aspose.com/vi/psd/add-watermark-to-psd-in-...
  9. 아카이브

    아카이브...Center; Brush brush = new SolidBrush(Color.Red);...graphics.DrawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/ko/drawing/image-clipping-in-cs...
  10. 아카이브

    아카이브...White); Brush brush = new SolidBrush(Color.Black);...graphics.DrawString(text, arial, brush, rectangle); bitmap.Save("DrawText...

    blog.aspose.com/ko/drawing/add-text-to-png-image/