Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 1,935 for

brush

(0.09 sec)
  1. 档案

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

    blog.aspose.com/zh/drawing/add-text-to-image-in...
  2. Erstellen Sie PSD- oder PSB-Bilder von Grund au...

    Beispiel dafür, wie Aspose.PSD für Python ein PSD-Bild von Grund auf erstellen kann...brushes import LinearGradientBrush...Pen ( Color . alice_blue ) brush = LinearGradientBrush ( Rectangle...

    docs.aspose.com/psd/de/de/python-net/create-psd...
  3. Archiv

    Archiv...přechod pomocí tříd Bitmap a Brush . Jednoduše zkopírujte a vložte...SmoothingMode.HighQuality; Brush brush = new LinearGradientBrush(new...

    blog.aspose.com/cs/drawing/system.drawing-with-...
  4. Archiwa

    Archiwa...brushes import * from aspose.imaging...BOLD) brush = SolidBrush() brush.color = Color.red brush.opacity...

    blog.aspose.com/pl/imaging/add-watermark-to-ima...
  5. أرشيف

    أرشيف...brushes import * from aspose.imaging...BOLD) brush = SolidBrush() brush.color = Color.red brush.opacity...

    blog.aspose.com/ar/imaging/add-watermark-to-ima...
  6. PostScript でのテクスチャ操作 | .NET

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

    docs.aspose.com/page/ja/net/ps/working-with-tex...
  7. Working with Textures in PS file | Python

    PSファイルにテクスチャパターンを追加する方法については、Aspose.Page APIソリューションで回答されています。Pythonでの機能の使い方については、こちらをご覧ください。...Brush クラスのオブジェクト、ストロークの場合はaspose....ォームで提供される aspose.pydrawing.Brush によって実装されたすべての重要なクラスを処理します。これらは、...

    docs.aspose.com/page/ja/python-net/ps/working-w...
  8. 記録

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

    blog.aspose.com/ja/font/render-text-with-truety...
  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/