Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,008 for

solidbrush

(0.1 sec)
  1. Lavorare con le forme in PostScript | .NET

    Come aggiungere forme a un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in .NET.... SetPaint ( new SolidBrush(Color. Orange )); 16 //Fill...SetStroke ( new Pen( new SolidBrush(Color. Red ), 3)); 24 //Stroke...

    docs.aspose.com/page/it/net/ps/working-with-sha...
  2. Trabalhar com Formas em PostScript | .NET

    Como adicionar formas a um ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em .NET.... SetPaint ( new SolidBrush(Color. Orange )); 16 //Fill...SetStroke ( new Pen( new SolidBrush(Color. Red ), 3)); 24 //Stroke...

    docs.aspose.com/page/pt/net/ps/working-with-sha...
  3. Archivo

    Archivo...DrawLine(new Pen(new SolidBrush(Color.Red), 3), new Point(18...graphic.DrawLine(new Pen(new SolidBrush(Color.Orange), 3), new Point(200...

    blog.aspose.com/es/imaging/draw-shapes-in-csharp/
  4. أرشيف

    أرشيف...قم بتعريف كائن فئة Pen أو SolidBrush باستخدام المعلمات المطلوبة...المنطقة. ثم قم بتعريف كائن فئة SolidBrush باللون المحدد. بعد ذلك، قم...

    blog.aspose.com/ar/drawing/graphics-programming...
  5. Lavorare con le forme in PostScript | C++

    Come aggiungere forme a un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in C++....bject < System::Drawing::SolidBrush > (System::Drawing::Color::get_Orange()));...(System::MakeObject < System::Drawing::SolidBrush > (System::Drawing::Color::get_Red())...

    docs.aspose.com/page/it/cpp/ps/working-with-sha...
  6. إدارة عناصر التحكم ActiveX في العروض التقديمية ...

    تعرف على كيفية استفادة Aspose.Slides for Python عبر .NET من ActiveX لأتمتة وتحسين عروض PowerPoint التقديمية، مما يمنح المطورين تحكمًا قويًا في الشرائح.... SolidBrush ( draw . Color . from_known_color..."Arial" , 14 ) with draw . SolidBrush ( draw . Color . from_known_color...

    docs.aspose.com/slides/ar/python-net/activex/
  7. Робота з кліпами в PostScript | .NET

    Додавання кліпів до файлів PS — це функція, яка підтримується рішенням Aspose.Page API. Подивіться, як використовувати цю функцію в .NET... SetPaint ( new SolidBrush(Color. Blue )); 32 33 //Fill...42 Pen pen = new Pen( new SolidBrush(Color. Blue ), 2); 43 pen...

    docs.aspose.com/page/uk/net/ps/working-with-clips/
  8. Lavorare con le trasformazioni in PostScript | ...

    Come trasformare un contenuto in un file PS è una domanda a cui risponde la soluzione API Aspose.Page. Scopri come utilizzare la funzionalità in .NET.... SetPaint ( new SolidBrush(Color. Orange )); 4 5 //Fill...document. SetPaint ( new SolidBrush(Color. Blue )); 11 12 //Fill...

    docs.aspose.com/page/it/net/ps/working-with-tra...
  9. Trabalhar com Transformações em PostScript | .NET

    Como transformar um conteúdo num ficheiro PS é uma questão respondida pela solução da API Aspose.Page. Veja como utilizar a funcionalidade em .NET.... SetPaint ( new SolidBrush(Color. Orange )); 4 5 //Fill...document. SetPaint ( new SolidBrush(Color. Blue )); 11 12 //Fill...

    docs.aspose.com/page/pt/net/ps/working-with-tra...
  10. Archivo

    Archivo...DrawRectangle(new Pen(new SolidBrush(Color.Blue)), new Rectangle(10...graphics.DrawEllipse(new Pen(new SolidBrush(Color.Red)), new Rectangle(60...

    blog.aspose.com/es/psd/create-psd-image-csharp/