Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 1,742 for

brush

(0.08 sec)
  1. Использование графического API для редактирован...

    Пример использования графического API в Aspose.PSD для Python... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/ru/ru/python-net/graphics-api/
  2. 아카이브

    아카이브...FromImage(bitmap); Brush brush = new LinearGradientBrush(new...Blue); graphics.FillEllipse(brush, 100, 100, 800, 600); MemoryStream...

    blog.aspose.com/ko/drawing/use-system-drawing-i...
  3. أرشيف

    أرشيف...Exclude(innerPath); // حدد فرشاة صلبة Brush brush = new SolidBrush(Color.Green);...التعبئة graphics.FillRegion(brush, region); MemoryStream result...

    blog.aspose.com/ar/drawing/working-with-aspose-...
  4. Archiwa

    Archiwa...Center; Brush brush = new SolidBrush(Color.Red);...graphics.DrawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/pl/drawing/image-clipping-in-cs...
  5. آرشیوها

    آرشیوها...White); Brush brush = new SolidBrush(Color.Black);...graphics.DrawString(text, arial, brush, rectangle); bitmap.Save("DrawText...

    blog.aspose.com/fa/drawing/add-text-to-png-image/
  6. Arşiv

    Arşiv...Katı bir fırça tanımlayın Brush brush = new SolidBrush(Color.Green);...doldur graphics.FillRegion(brush, region); MemoryStream result...

    blog.aspose.com/tr/drawing/working-with-aspose-...
  7. ארכיון

    ארכיון...Center; Brush brush = new SolidBrush(Color.Red);...graphics.DrawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/he/drawing/image-clipping-in-cs...
  8. arkiv

    arkiv...Center; Brush brush = new SolidBrush(Color.Red);...graphics.DrawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/sv/drawing/image-clipping-in-cs...
  9. 搜索

    搜索...我們有此類的 DrawString(string, Font, Brush, RectangleF, StringFormat) ...0 的實心畫筆以使用水印效果。 SolidBrush brush = new SolidBrush(Color.FromArgb(80...

    blog.aspose.com/zh-hant/psd/add-watermark-to-ps...
  10. 아카이브

    아카이브...Center); Brush brush = new SolidBrush(Color.getBlue());...graphics.drawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/ko/drawing/image-clipping-in-java/