Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 1,960 for

brush

(0.11 sec)
  1. PostScript でのテクスチャ操作 | C++

    PS ファイルにテクスチャパターンを追加する方法については、Aspose.Page API ソリューションで回答されています。C++ での機能の使用方法については、こちらをご覧ください。...Brush クラスのオブジェクト、ストロークの場合は System...プラットフォームで提供される System.Drawing.Brush のすべてのサブクラスを処理します。これらのサブクラスは、...

    docs.aspose.com/page/ja/cpp/ps/working-with-tex...
  2. 아카이브

    아카이브...System::Drawing::Brushes::get_White(), System::Drawing::Brushes::get_Black()...System::Drawing::Brushes::get_Yellow(), System::Drawing::Brushes::get_Red()...

    blog.aspose.com/ko/font/render-truetype-fonts-cpp/
  3. Lưu trữ

    Lưu trữ...Center; Brush brush = new SolidBrush(Color.Red);...graphics.DrawString(text, arial, brush, rectangle, stringFormat); //...

    blog.aspose.com/vi/drawing/image-clipping-in-cs...
  4. Lưu trữ

    Lưu trữ...White); Brush brush = new SolidBrush(Color.Black);...graphics.DrawString(text, arial, brush, rectangle); bitmap.Save("DrawText...

    blog.aspose.com/vi/drawing/add-text-to-png-image/
  5. آرشیوها

    آرشیوها...یک برس جامد را تعریف کنید Brush brush = new SolidBrush(Color.Green);...پر کنید graphics.FillRegion(brush, region); MemoryStream result...

    blog.aspose.com/fa/drawing/working-with-aspose-...
  6. 搜索

    搜索...Exclude(innerPath); // 定義實心畫筆 Brush brush = new SolidBrush(Color.Green);...// 填充區域 graphics.FillRegion(brush, region); MemoryStream result...

    blog.aspose.com/zh-hant/drawing/working-with-as...
  7. 搜索

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

    blog.aspose.com/zh-hant/drawing/image-clipping-...
  8. Lavorare con i modelli di tratteggio in PostScr...

    Come aggiungere un modello di tratteggio a un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in C++....Brush , ovvero System.Drawing.HatchBrush...che accettano System.Drawing.Brush come parametro. Per delineare...

    docs.aspose.com/page/it/cpp/ps/working-with-hat...
  9. Administrar controles ActiveX en presentaciones...

    Aprenda cómo Aspose.Slides for Python via .NET aprovecha ActiveX para automatizar y mejorar presentaciones de PowerPoint, ofreciendo a los desarrolladores un control potente sobre las diapositivas....WINDOW )) as brush : graphics . fill_rectangle ( brush , 0 , 0 ,...KnownColor . WINDOW_TEXT )) as brush : graphics . draw_string ( newText...

    docs.aspose.com/slides/es/python-net/activex/
  10. Archiwa

    Archiwa...pędzel, określając jego kolor Brush brush = new SolidBrush(Color.F...długopis Pen pen = new Pen(brush); // Narysuj elipsę graphics...

    blog.aspose.com/pl/drawing/draw-an-ellipse-csharp/