Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,935 for

brush

(0.09 sec)
  1. Aspose.Drawing for .NET | Cross-platform System...

    .NET graphic library for drawing text, geometries, and images, to directly replace System.Drawing.Common package without changing existing C# code....Curves Draw Shapes Use Pens Use Brushes Render Text Use Different Fonts...texture, gradient, and hatch brushes Supports alpha blending and...

    products.aspose.com/drawing/net/
  2. Desenho de Imagens usando Gráficos|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, para definir como áreas são...Todas elas aceitam um objeto Brush como seu primeiro argumento...

    docs.aspose.com/psd/pt/net/drawing-images-using...
  3. Renderização de texto usando a biblioteca de fo...

    Converta o texto em imagens e renderize as fontes TrueType e OpenType dentro dos produtos .NET. C# APIs para os desenvolvedores manipularem e fontes....world" , ttfFont1, 24 , Brushes.White, Brushes.Black, dataDir + "Hello_Arial_out...world" , ttfFont2, 24 , Brushes.Yellow, Brushes.Blue, dataDir + "Hello_Calibri_out...

    docs.aspose.com/font/pt/net/developer-guide/tex...
  4. أرشيف

    أرشيف...brushes.SolidBrush(com.aspose.imaging...Pen(new com.aspose.imaging.brushes.SolidBrush(com.aspose.imaging...

    blog.aspose.com/ar/imaging/draw-shapes-in-java/
  5. ארכיון

    ארכיון...brushes.SolidBrush(com.aspose.imaging...Pen(new com.aspose.imaging.brushes.SolidBrush(com.aspose.imaging...

    blog.aspose.com/he/imaging/draw-shapes-in-java/
  6. Отрисовка текста с использованием шрифта Type1 ...

    API C#, позволяющие разработчикам манипулировать файлами шрифтов. Изучите основы рендеринга шрифтов Type 1 в продуктах .NET....double fontSize, 3 Brush backgroundBrush, Brush textBrush, string...world" , font, 14, Brushes. White , Brushes. Black , dataDir +...

    docs.aspose.com/font/ru/net/text-rendering-type...
  7. Textwiedergabe mit Type1-Schriftart | .NET

    C#-APIs für Entwickler zum Bearbeiten von Schriftartdateien. Erfahren Sie die Grundlagen zum Rendern von Type-1-Schriftarten in .NET-Produkten....double fontSize, 3 Brush backgroundBrush, Brush textBrush, string...world" , font, 14, Brushes. White , Brushes. Black , dataDir +...

    docs.aspose.com/font/de/net/text-rendering-type...
  8. Архивы

    Архивы...метод DrawString(string, Font, Brush, RectangleF, StringFormat) этого...водяных знаков. SolidBrush brush = new SolidBrush(Color.FromArgb(80...

    blog.aspose.com/ru/psd/add-watermark-to-psd-in-...
  9. Lưu trữ

    Lưu trữ...FromImage(bitmap); Brush brush = new LinearGradientBrush(new...Blue); graphics.FillEllipse(brush, 100, 100, 800, 600); MemoryStream...

    blog.aspose.com/vi/drawing/use-system-drawing-i...
  10. ค้นหา

    ค้นหา...White); Brush brush = new SolidBrush(Color.Black);...graphics.DrawString(text, arial, brush, rectangle); bitmap.Save("DrawText...

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