Sort Score
Result 10 results
Languages All
Labels All
Results 1,001 - 1,010 of 1,935 for

brush

(0.19 sec)
  1. Arsip

    Arsip... Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Simpan gambar...

    blog.aspose.com/id/drawing/create-load-fill-and...
  2. Arşiv

    Arşiv... Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Son görüntüyü...

    blog.aspose.com/tr/drawing/create-load-fill-and...
  3. PSDファイルでレイヤーを編集するためにGraphics APIを使用する|Documenta...

    PythonのAspose.PSDでGraphics APIを使用する例... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/ja/ja/python-net/graphics-api/
  4. Archiv

    Archiv...Bold); var brush = new SolidBrush(Color.WhiteSmoke);...DrawString("Hello, World!", font, brush, new PointF(10, 10)); } // Uložte...

    blog.aspose.com/cs/drawing/add-text-to-photo-on...
  5. XPSファイル内の画像の操作 | Python

    XPSファイルにシンプルな画像またはタイル画像を登録する方法は、Aspose.Page APIソリューションで解決できます。Pythonでの機能の使い方については、こちらをご覧ください。...an Image Brush 10 path. fill = doc. create_image_brush (data_dir...XpsImageBrush = doc. create_image_brush (data_dir + "R08LN_NN.jpg" ...

    docs.aspose.com/page/ja/python-net/xps/working-...
  6. Archiwa

    Archiwa...pokazania, obiektami Font i Brush jako argumentami. Na koniec...Bold); // Zainicjuj pędzel var brush = new SolidBrush(Color.Red);...

    blog.aspose.com/pl/drawing/create-load-fill-and...
  7. Lavorare con il gradiente in un file XPS | Python

    Come aggiungere un gradiente verticale, orizzontale o lineare a un file XPS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri la funzionalità per Python.... create_linear_gradient_brush (aspose. pydrawing . PointF...doc. create_linear_gradient_brush (aspose. pydrawing . PointF...

    docs.aspose.com/page/it/python-net/xps/working-...
  8. Working with Image Rendering|Documentation

    Render images with alpha blending in C#. Anti-aliasing with lines and curves in .NET. Image clipping using C# and VB.NET....SetClip method Working with Brushes Working with Coordinate System...

    docs.aspose.com/drawing/net/working-with-image-...
  9. C#을 사용하여 PNG 파일에 텍스트를 추가하는 방법

    이 문서에서는 C#을 사용하여 PNG 파일에 텍스트를 추가하는 방법을 안내합니다. 여기에는 C#을 사용하여 PNG에 텍스트를 추가하기 위한 개발 환경, 단계 목록 및 실행 가능한 샘플 코드를 설정하는 세부 정보가 포함되어 있습니다.... 텍스트 내용, Brush 개체 및 Font 개체를 정의합니다. 비트맵에 텍스트를...텍스트 주위에 직사각형을 그립니다. 텍스트 색상은 Brush 색상으로, 사각형 색상은 Pen 클래스 색상으로,...

    kb.aspose.com/ko/drawing/net/how-to-add-text-to...
  10. Arsip

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

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