Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 1,935 for

brush

(0.09 sec)
  1. HTML5 Canvas bearbeiten – С# Beispiele

    Lernen Sie über HTML Canvas und wie man mit einem Dokument arbeitet, das HTML5 Canvas-Elemente enthält, indem man Aspose.HTML for .NET API verwendet....18 19 // Prepare a gradient brush 20 ICanvasGradient gradient..."red" ); 24 25 // Assign the brush to the content 26 context. FillStyle...

    docs.aspose.com/html/de/net/edit-html5-canvas/
  2. 使用 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....Brushes 命名空间中任何刷类的对象。第二个参数是路径本身。为了本示例,使用...

    docs.aspose.com/psd/zh/java/drawing-images-usin...
  3. Lưu trữ

    Lưu trữ... Khởi tạo đối tượng lớp Brush với màu cụ thể. Đặt TextRenderingHint...

    blog.aspose.com/vi/drawing/antialiasing-in-java/
  4. 搜索

    搜索... 使用指定的颜色初始化 Brush 类对象。 将 TextRenderingHint 设置为...

    blog.aspose.com/zh-hant/drawing/antialiasing-in...
  5. PostScript での透明部分の操作 | C++

    PS ファイルに透明部分を追加する方法は、Aspose.Page API ソリューションで回答されています。C++ でこの機能を使用する方法をご覧ください。...45 //Create linear gradient brush colors which transparency are...47 //Create a transform for brush. 48 brushTransform = System::MakeObject...

    docs.aspose.com/page/ja/cpp/ps/working-with-tra...
  6. 記録

    記録...exclude(innerPath); // ソリッドブラシを定義する Brush brush = new SolidBrush(Color.getBlue());...塗りつぶし領域 graphics.fillRegion(brush, region); // ビットマップを PNG として保存します...

    blog.aspose.com/ja/drawing/graphics-programming...
  7. Pennelli e sfumature nei file XPS | C++

    Soluzione C++ per modificare i file XPS. Aggiungi diversi pennelli visivi, sfumature e spazi colore. Crea e modifica file XPS con poche righe di codice....Page C++ Work with brushes Pennelli e gradienti di codice...

    products.aspose.com/page/it/cpp/work-with-brushes/
  8. Trabalhar com texto em ficheiro XPS | Java

    Como adicionar texto a um ficheiro XPS é uma questão respondida pela solução API Aspose.Page. Veja como utilizar a funcionalidade em Java....xps" ; 7 8 //Create a brush 9 XpsSolidColorBrush textFill...

    docs.aspose.com/page/pt/java/xps/working-with-t...
  9. Public API Changes in Aspose.Imaging 3.9.0|Docu...

    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....Brush,Aspose.Imaging.RectangleF) Method...Imaging.Pen,Aspose.Imaging.Brush,Aspose.Imaging. GraphicsPath...

    docs.aspose.com/imaging/net/public-api-changes-...
  10. 記録

    記録...Bold); var brush = new SolidBrush(Color.WhiteSmoke);...DrawString("Hello, World!", font, brush, new PointF(10, 10)); } // 修正された画像を保存します...

    blog.aspose.com/ja/drawing/add-text-to-photo-on...