Sort Score
Result 10 results
Languages All
Labels All
Results 9,581 - 9,590 of 11,082 for

graphics path

(0.08 sec)
  1. ActiveX|وثائق Aspose.Slides لـ Python

    إدارة عناصر التحكم في ActiveX في عرض PowerPoint باستخدام بايثون... Presentation ( path + "ActiveX.pptm" ) as presentation...with draw . Graphics . from_image ( bmp ) as graphics : with draw...

    docs.aspose.com/slides/ar/python-net/activex/
  2. Archiv

    Archiv...grafiky z bitmapy Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.SmoothingMode = SmoothingMode.AntiAlias; // Inicializujte...

    blog.aspose.com/cs/drawing/working-with-aspose-...
  3. Archiwa

    Archiwa...grafika z bitmapy Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.SmoothingMode = SmoothingMode.AntiAlias; // Zainicjuj...

    blog.aspose.com/pl/drawing/working-with-aspose-...
  4. Travailler avec des formes dans PostScript | C++

    Comment ajouter des formes au fichier PS Utilisation d'Aspose.Page. Découvrez comment utiliser cette fonctionnalité en C++.... Copy 1 // The path to the documents directory....false ); 18 19 //Create graphics path from the first rectangle...

    docs.aspose.com/page/fr/cpp/ps/working-with-sha...
  5. Архів

    Архів...графіка з Bitmap Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.SmoothingMode = SmoothingMode.AntiAlias; // Ініціалізація...

    blog.aspose.com/uk/drawing/working-with-aspose-...
  6. ค้นหา

    ค้นหา...เริ่มต้นกราฟิกจากบิตแมป Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.SmoothingMode = SmoothingMode.AntiAlias; // เริ่มต้นเส้นทางกราฟิก...

    blog.aspose.com/th/drawing/working-with-aspose-...
  7. Архивы

    Архивы...растрового изображения Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.SmoothingMode = SmoothingMode.AntiAlias; // Инициализировать...

    blog.aspose.com/ru/drawing/working-with-aspose-...
  8. آرشیوها

    آرشیوها...Initialie Graphics از Bitmap Graphics graphics = Graphics.FromImage(bitmap);...FromImage(bitmap); graphics.SmoothingMode = SmoothingMode.AntiAlias;...

    blog.aspose.com/fa/drawing/working-with-aspose-...
  9. PostScript での図形の操作 | .NET

    PS ファイルに図形を追加する方法については、Aspose.Page API ソリューションで回答しています。.NET での機能の使用方法については、こちらをご覧ください。...false ); 9 10 //Create graphics path from the first rectangle...GraphicsPath path = new GraphicsPath(); 12 path. AddRectangle...

    docs.aspose.com/page/ja/net/ps/working-with-sha...
  10. Робота з кліпами в PostScript | .NET

    Додавання кліпів до файлів PS — це функція, яка підтримується рішенням Aspose.Page API. Подивіться, як використовувати цю функцію в .NET...false ); 9 10 //Create a graphics path from the rectangle 11 GraphicsPath...300, 200)); 13 14 //Save the graphics state in order to return back...

    docs.aspose.com/page/uk/net/ps/working-with-clips/