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

brush

(0.1 sec)
  1. Архів

    Архів...кисть, вказавши її колір Brush brush = new SolidBrush(Color.F...Створіть ручку Pen pen = new Pen(brush); // Намалювати прямокутник...

    blog.aspose.com/uk/drawing/draw-rectangle-csharp/
  2. أرشيف

    أرشيف...فرشاة أثناء تحديد لونها Brush brush = new SolidBrush(Color.F...بإنشاء قلم Pen pen = new Pen(brush); // ارسم قطع ناقص graphics...

    blog.aspose.com/ar/drawing/draw-an-ellipse-csharp/
  3. 記録

    記録...ます SolidBrush brush = new SolidBrush(); brush.Color = Color.Red;...Red; brush.Opacity = 0; // StringFormatクラスのオブジェクトを初期化し、そのさまざまなプロパティを設定します...

    blog.aspose.com/ja/imaging/add-watermark-to-ima...
  4. 아카이브

    아카이브... 다음으로 Bitmap 및 Brush 클래스를 사용하여 이미지에 그라데이션을 그릴 수 있습니다...SmoothingMode.HighQuality; Brush brush = new LinearGradientBrush(new...

    blog.aspose.com/ko/drawing/system.drawing-with-...
  5. Gérer les contrôles ActiveX dans les présentati...

    Découvrez comment Aspose.Slides for Python via .NET exploite ActiveX pour automatiser et améliorer les présentations PowerPoint, offrant aux développeurs un contrôle puissant sur les diapositives....WINDOW )) as brush : graphics . fill_rectangle ( brush , 0 , 0 ,...KnownColor . WINDOW_TEXT )) as brush : graphics . draw_string ( newText...

    docs.aspose.com/slides/fr/python-net/activex/
  6. Trabalhar com Padrões de Hachura em PostScript ...

    Como adicionar um padrão de hachura a um ficheiro PS é uma questão respondida pela solução API Aspose.Page. Veja como utilizar a funcionalidade em C++....Brush , System.Drawing.HatchBrush...que aceitam System.Drawing.Brush como parâmetro. Para contornar...

    docs.aspose.com/page/pt/cpp/ps/working-with-hat...
  7. Робота з шаблонами штрихування в PostScript | C++

    Як додати шаблон штрихування до файлу PS – це питання, на яке відповідає рішення Aspose.Page API. Подивіться, як використовувати цю функцію в C++...Brush , System.Drawing.HatchBrush...які приймають System.Drawing.Brush як параметр. Щоб контурувати...

    docs.aspose.com/page/uk/cpp/ps/working-with-hat...
  8. Lavorare con i modelli di tratteggio in PostScr...

    Come aggiungere un modello di tratteggio a un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in .NET....Brush , ovvero System.Drawing.HatchBrush...che accettano System.Drawing.Brush come parametro. Per delineare...

    docs.aspose.com/page/it/net/ps/working-with-hat...
  9. index.xml

    1.0 utf-8 yes 2.0 http://www.w3.org/2005/Atom http://purl.org/rss/1.0/modules/content/ Aspose Blog | File Format Processing APIs for C# .NET Core, Java, C++, Python https://blog.aspose.com/ Recent ...... Learn to use a solid brush with any color to draw a filled...You can choose solid brush or texture brush with any color to make...

    blog.aspose.com/index.xml
  10. 記録

    記録...FromImage(bitmap); // Brush クラスのインスタンスを作成する Brush brush = new SolidBrush(Color...塗りつぶされた円を描きます graphics.FillEllipse(brush, 1, 1, 490, 490); // 出力した図面イメージを保存する...

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