Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 1,965 for

brush

(0.16 sec)
  1. Procurar

    Procurar...mostrado, os objetos Font e Brush como argumentos. Finalmente...// Inicializar um Pincel var brush = new SolidBrush(Color.Red);...

    blog.aspose.com/pt/drawing/create-load-fill-and...
  2. ארכיון

    ארכיון...diameterSymbolSize - 2); SolidBrush brush = new SolidBrush(Color.Blue);...DrawString(outputValue, font, brush, (int)textAnchorX + diameterSymbolSize...

    blog.aspose.com/he/drawing/add-callout-to-image...
  3. Archivio

    Archivio...solido per disegnare il testo Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Salva l'immagine...

    blog.aspose.com/it/drawing/create-load-fill-and...
  4. ค้นหา

    ค้นหา...สร้างแปรงสีดำที่ทนทานสำหรับวาดข้อความ Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // บันทึกภาพสุ...

    blog.aspose.com/th/drawing/create-load-fill-and...
  5. Archiwa

    Archiwa... Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Zapisz ostateczny...

    blog.aspose.com/pl/drawing/create-load-fill-and...
  6. arkiv

    arkiv...pensel för att rita texten Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Spara den slutgiltiga...

    blog.aspose.com/sv/drawing/create-load-fill-and...
  7. Feature List|Documentation

    Create vector graphics lines, curves, and shapes in C#. Display text having different fonts, sizes, styles in C#. Load and save drawings in C#....Dash style Cap type Join type Brushes Solid Hatch Texture LinearGradient...

    docs.aspose.com/drawing/net/feature-list/
  8. Архивы

    Архивы...Center); Brush brush = new SolidBrush(Color.getBlue());...graphics.drawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/ru/drawing/image-clipping-in-java/
  9. Chercher

    chercher...White); Brush brush = new SolidBrush(Color.Black);...graphics.DrawString(text, arial, brush, rectangle); bitmap.Save("DrawText...

    blog.aspose.com/fr/drawing/add-text-to-png-image/
  10. 档案

    档案... 选择一个用于文本颜色的 Brush 。 使用 Graphics.DrawString 方法渲染文本。...定义一个具有特定样式(加粗、斜体)的 Font 。 选择一个用于文本颜色的 Brush 。 使用 Graphics.DrawString 渲染格式化文本。...

    blog.aspose.com/zh/drawing/draw-text-in-csharp/