Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 1,935 for

brush

(0.13 sec)
  1. Arsip

    Arsip...akan ditampilkan, objek Font, Brush, dan Rectangle sebagai argumen...akan ditampilkan, objek Font, Brush, dan Rectangle sebagai argumen...

    blog.aspose.com/id/drawing/write-text-on-jpg-in...
  2. Arsip

    Arsip...Bold); var brush = new SolidBrush(Color.WhiteSmoke);...DrawString("Hello, World!", font, brush, new PointF(10, 10)); } // Simpan...

    blog.aspose.com/id/drawing/add-text-to-photo-on...
  3. TrueTypeフォントを使用したテキストレンダリング| C++

    開発者がファイルを操作してフォントするためのC ++ API。 C ++製品内のTrueTypeおよびOpentypeフォントをレンダリングする方法に関する基本を学びます。...System::SharedPtr < System::Drawing::Brush > backgroundBrush, System::SharedPtr...System::SharedPtr < System::Drawing::Brush > textBrush, System::String...

    docs.aspose.com/font/ja/cpp/text-rendering-true...
  4. Rendering di testo utilizzando il carattere Typ...

    API C ++ per gli sviluppatori per manipolare e font. Impara i fondamenti su come rendere i caratteri di Type 1 all'interno di prodotti C ++....System::SharedPtr < System::Drawing::Brush > backgroundBrush, System::SharedPtr...System::SharedPtr < System::Drawing::Brush > textBrush, System::String...

    docs.aspose.com/font/it/cpp/text-rendering-type...
  5. Renderização de texto usando a fonte Type1 | C++

    APIs C ++ para os desenvolvedores manipularem e fontes. Aprenda os fundamentos sobre como renderizar fontes Type1 nos produtos C ++....System::SharedPtr < System::Drawing::Brush > backgroundBrush, System::SharedPtr...System::SharedPtr < System::Drawing::Brush > textBrush, System::String...

    docs.aspose.com/font/pt/cpp/text-rendering-type...
  6. Textwiedergabe mit Type1-Schriftart | C++

    C++-APIs für Entwickler zum Bearbeiten von Schriftartdateien. Erfahren Sie die Grundlagen zum Rendern von Typ-1-Schriftarten in C++-Produkten....System::SharedPtr < System::Drawing::Brush > backgroundBrush, System::SharedPtr...System::SharedPtr < System::Drawing::Brush > textBrush, System::String...

    docs.aspose.com/font/de/cpp/text-rendering-type...
  7. Textwiedergabe mit TrueType-Schriftart | C++

    C++-APIs zum Bearbeiten von Schriftartdateien. Lernen Sie die Grundlagen zum Rendern von TrueType- und OpenType-Schriftarten in C++-Produkten....System::SharedPtr < System::Drawing::Brush > backgroundBrush, System::SharedPtr...System::SharedPtr < System::Drawing::Brush > textBrush, System::String...

    docs.aspose.com/font/de/cpp/text-rendering-true...
  8. 搜索

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

    blog.aspose.com/zh-hant/drawing/image-clipping-...
  9. Архів

    Архів... Brush brush = new SolidBrush ( Color..."Welcome to Bitmap!" , font , brush , 20 , 80 ); // Збережіть фінальне...

    blog.aspose.com/uk/drawing/create-load-fill-and...
  10. C#을 사용하여 PNG 파일에 텍스트를 추가하는 방법

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

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