Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 1,960 for

brush

(0.97 sec)
  1. 아카이브

    아카이브... 다음으로 Bitmap 및 Brush 클래스를 사용하여 이미지에 그라데이션을 그릴 수 있습니다...SmoothingMode.HighQuality; Brush brush = new LinearGradientBrush(new...

    blog.aspose.com/ko/drawing/system.drawing-with-...
  2. Representación de texto usando la biblioteca de...

    Convierta texto en imágenes y represente fuentes TrueType y OpenType dentro de .NET. API de C# para que los desarrolladores manipulen archivos....double fontSize, Brush backgroundBrush, Brush textBrush, string...world" , ttfFont1, 24 , Brushes.White, Brushes.Black, dataDir + "Hello_Arial_out...

    docs.aspose.com/font/es/net/developer-guide/tex...
  3. 記録

    記録... その後、表示するテキスト、Font、Brush、および Rectangle クラスのオブジェクトを引数として...FromImage(bitmap); // テキストの色を定義する Brush brush = new SolidBrush(Color.DarkBlue);...

    blog.aspose.com/ja/drawing/add-text-to-image-in...
  4. ארכיון

    ארכיון...מכחול שחור מוצק לציור הטקסט Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // שמור את התמונה...

    blog.aspose.com/he/drawing/create-load-fill-and...
  5. 使用图形API编辑PSD文件中的图层|Documentation

    在Python中使用Aspose.PSD的图形API的示例... brush = LinearGradientBrush ( Rectangle...100)表示椭圆形状的位置和大小。 graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/zh/zh/python-net/graphics-api/
  6. Travailler avec des motifs de hachures dans PS ...

    Comment ajouter un motif hachuré à un fichier PS avec Aspose.Page. Découvrez comment utiliser cette fonctionnalité dans .NET....Brush , System.Drawing.HatchBrush...qui acceptent System.Drawing.Brush comme paramètre. Afin de décrire...

    docs.aspose.com/page/fr/net/ps/working-with-hat...
  7. Chercher

    chercher...brushes.SolidBrush(com.aspose.imaging...Pen(new com.aspose.imaging.brushes.SolidBrush(com.aspose.imaging...

    blog.aspose.com/fr/imaging/draw-shapes-in-java/
  8. Python를 사용하여 스크래치에서 PSD 또는 PSB 이미지 만들기|Document...

    Python을 사용하여 Aspose.PSD가 스크래치에서 Psd 이미지를 만드는 예제...brushes import LinearGradientBrush...Pen ( Color . alice_blue ) brush = LinearGradientBrush ( Rectangle...

    docs.aspose.com/psd/ko/ko/python-net/create-psd...
  9. 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...
  10. Gérer les contrôles ActiveX dans les présentati...

    Découvrez comment Aspose.Slides pour C++ exploite ActiveX afin d'automatiser et d'améliorer les présentations PowerPoint, offrant aux développeurs un contrôle puissant sur les diapositives....:: FromImage ( image ); auto brush = System :: MakeObject < SolidBrush...graphics -> FillRectangle ( brush , 0 , 0 , image -> get_Width...

    docs.aspose.com/slides/fr/cpp/activex/