Sort Score
Result 10 results
Languages All
Labels All
Results 991 - 1,000 of 1,935 for

brush

(0.28 sec)
  1. استفاده از رابط برنامه نویسی گرافیکی برای ویرای...

    مثالی از استفاده از رابط برنامه‌نویسی گرافیکی در Aspose.PSD برای Python... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/fa/fa/python-net/graphics-api/
  2. PSD 파일에서 레이어를 편집하는 Graphics API 사용|Documentation

    Aspose.PSD를 위한 Python의 Graphics API 사용 예시... brush = LinearGradientBrush ( Rectangle... graphics . fill_ellipse ( brush , Rectangle ( 250 , 250 , 150...

    docs.aspose.com/psd/ko/ko/python-net/graphics-api/
  3. 그래픽을 사용하여 이미지 그리기|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: 영역이 채워지는 방식을 정의합니다. · Fonts:... 이들 중 모든 메서드는 채움의 특성을 정의하는 Brush 객체를 첫 번째 인수로 받습니다. 두 번째 매개변수는...

    docs.aspose.com/psd/ko/net/drawing-images-using...
  4. Public API Changes in Aspose.Imaging 16.10|Docu...

    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....Brush,Aspose.Imaging.Rectangle) Method...FillEllipse(Aspose.Imaging.Brush,Aspose.Imaging.RectangleF) Property...

    docs.aspose.com/imaging/net/public-api-changes-...
  5. C++ を使用したプレゼンテーションでの ActiveX コントロールの管理|Aspose.S...

    Aspose.Slides for C++ が ActiveX を活用して PowerPoint プレゼンテーションを自動化および強化し、開発者にスライドの強力な制御を提供する方法を学びます。...:: FromImage ( image ); auto brush = System :: MakeObject < SolidBrush...graphics -> FillRectangle ( brush , 0 , 0 , image -> get_Width...

    docs.aspose.com/slides/ja/cpp/activex/
  6. Lưu trữ

    Lưu trữ... Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Lưu hình ảnh...

    blog.aspose.com/vi/drawing/create-load-fill-and...
  7. Arşiv

    Arşiv...gösterilecek metin, Font ve Brush nesnelerini bağımsız değişken...Bold); // Bir Fırça Başlat var brush = new SolidBrush(Color.Red);...

    blog.aspose.com/tr/drawing/create-load-fill-and...
  8. Arşiv

    Arşiv...metin göstermek için, Font, Brush ve Rectangle sınıfı nesnelerini...metni göstermek için, Font, Brush ve Rectangle sınıfı nesnelerini...

    blog.aspose.com/tr/drawing/write-text-on-jpg-in...
  9. Travailler avec la transparence dans un fichier...

    Comment travailler avec la transparence d'un fichier XPS avec Aspose.Page. Découvrez comment utiliser cette fonctionnalité en Java....z" )); 14 // Set blue solid brush to fill path1 15 path1. setFill...fill on path2 affects shared brush 20 path2. setFill (doc. createSolidColorBrus...

    docs.aspose.com/page/fr/java/xps/working-with-t...
  10. 아카이브

    아카이브... 텍스트 색상을 위한 Brush 를 선택합니다. Graphics.DrawString...기울임)로 Font 를 정의합니다. 텍스트 색상을 위한 Brush 를 선택합니다. Graphics.DrawString...

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