Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 1,935 for

brush

(0.13 sec)
  1. Archiv

    Archiv...Definieren Sie einen Vollpinsel Brush brush = new SolidBrush(Color.getBlue());...füllen graphics.fillRegion(brush, region); // Speichern Sie die...

    blog.aspose.com/de/drawing/graphics-programming...
  2. Arsip

    Arsip...// Tentukan sikat padat Brush brush = new SolidBrush(Color.Blue);...wilayah graphics.FillRegion(brush, region); // Simpan bitmap sebagai...

    blog.aspose.com/id/drawing/graphics-programming...
  3. ค้นหา

    ค้นหา...กำหนดแปรงที่เป็นของแข็ง Brush brush = new SolidBrush(Color.Blue);...เติมพื้นที่ graphics.FillRegion(brush, region); // บันทึกบิตแมปเป็น...

    blog.aspose.com/th/drawing/graphics-programming...
  4. نحوه اضافه کردن واترمارک در Tiff با استفاده از ...

    این آموزش گام به گام در مورد نحوه اضافه کردن واترمارک در Tiff با استفاده از سی شارپ است. این کد در سی شارپ برای محافظت از حقوق مالکیت معنوی تصویر، واترمارک Tiff را اضافه می کند....Brushes از روش Image.Load برای بارگیری...

    kb.aspose.com/fa/imaging/net/how-to-add-waterma...
  5. 如何使用 C# 在 Tiff 中添加水印

    本分步教程是关于如何使用 C# 在 Tiff 中添加水印。这段代码在 C# 中添加了 Tiff 水印,以保护图像的知识产权。...Brushes 命名空间 使用 Image.Load 方法加载 Tiff...

    kb.aspose.com/zh/imaging/net/how-to-add-waterma...
  6. 档案

    档案...Exclude(innerPath); // 定义实心画笔 Brush brush = new SolidBrush(Color.Blue);...// 填充区域 graphics.FillRegion(brush, region); // 将位图另存为 PNG bitmap...

    blog.aspose.com/zh/drawing/graphics-programming...
  7. آرشیوها

    آرشیوها...یک برس جامد را تعریف کنید Brush brush = new SolidBrush(Color.Blue);...پر کنید graphics.FillRegion(brush, region); // بیت مپ را به صورت...

    blog.aspose.com/fa/drawing/graphics-programming...
  8. Travailler avec transparence | C++

    Comment travailler avec la transparence d'un fichier XPS Utilisation d'Aspose.Page. Découvrez comment utiliser cette fonctionnalité en C++....z" )); 11 // Set blue solid brush to fill path1 12 path1 -> set_Fill(doc...26 // ... and set red solid brush to fill it 27 path3 -> set_Fill(doc...

    docs.aspose.com/page/fr/cpp/xps/working-with-tr...
  9. 아카이브

    아카이브... 그런 다음 표시할 텍스트, Font 및 Brush 개체를 인수로 사용하여 DrawString() 메서드를...FontStyle.Bold); // 브러시 초기화 var brush = new SolidBrush(Color.Red);...

    blog.aspose.com/ko/drawing/create-load-fill-and...
  10. Archiv

    Archiv...zadáním objektu Pen // solid brush with blue barvu a obklopující...určením objektu Pen // solid brush with blue barva a obdélníková...

    blog.aspose.com/cs/imaging/draw-shapes-in-csharp/