Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 10,512 for

scaling

(0.07 sec)
  1. SVG-Skalierung – C#-Beispiele

    C#-Beispiele für die SVG-Skalierung. Berücksichtigte Fälle der Verwendung der Skalierungsfunktion im Transformationsattribut und einer Transformationsmatrix....der Verwendung der Funktion scale() im Attribut transform sowie...Transformationsmatri matrix(a,b,c,d,e,f) . Scale()-Funktion Skalierung ist eine...

    docs.aspose.com/svg/de/net/svg-scaling/
  2. Reading Style-Based attributes from Features - ...

    I am using the Drivers.Kml.OpenLayer to process features in a .KML file. A sample placemark has attributes like this: <Placemark> <name>HH-01625409</name> <styleUrl>#s47690667</styleUrl> <Point> <coordinates>-…...id="s47690667"> <IconStyle> <scale>0.5</scale> <Icon> <href>http://maps...need to be able to extract the scale, icon URL, and other styling...

    forum.aspose.com/t/reading-style-based-attribut...
  3. تحويل شرائح PowerPoint إلى PNG في Python|وثائق ...

    تحويل عروض PowerPoint و OpenDocument إلى صور PNG عالية الجودة بسرعة باستخدام Aspose.Slides للـ Python عبر .NET، لضمان نتائج دقيقة ومؤتمتة....استخدم قيمًا متساوية لـ scale_x و scale_y للحفاظ على نسبة الأبعاد...slides as slides scale_x = 2 scale_y = scale_x with slides . Presentation...

    docs.aspose.com/slides/ar/python-net/convert-po...
  4. Impostazione delle opzioni di pagina in Python|...

    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....Python , chiamare il metodo scaling del modulo pagesetup . Codice...Codice Python def scaling ( self ): \ # Instantiating a Workbook...

    docs.aspose.com/cells/it/java/setting-page-opti...
  5. Установка параметров страницы в Python|Document...

    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....метод scaling модуля pagesetup . Код Python def scaling ( self...sheet_index ) \ # Setting the scaling factor to 100 page_setup =...

    docs.aspose.com/cells/ru/java/setting-page-opti...
  6. Capturer les Viewports de la scène 3D et rendre...

    Chaque scène 3D peut comprendre n'importe quel nombre de vues. En utilisant Aspose.3D for Python via .NET API, les développeurs peuvent capturer un ou plusieurs viewports dans une seule capture d'écran. Ils peuvent le rendre dans l'application .NET basée sur le GUI ou une image.... scale_width = 1.0 rectangle . scale_height = 1 ....rectangle2 . scale_width = 0.5 rectangle2 . scale_height = 1 ...

    docs.aspose.com/3d/fr/python-net/capture-the-vi...
  7. Erfassen Sie die Ansicht von 3D Szene und Rende...

    Jede 3D Szene kann eine beliebige Anzahl von View ports umfassen. Mit Aspose.3D for Python via .NET API können Entwickler einen oder mehrere View ports in einem einzigen Screenshot erfassen. Sie können es in der GUI-basierten .NET-Anwendung oder einem Bild rendern.... scale_width = 1.0 rectangle . scale_height = 1 ....rectangle2 . scale_width = 0.5 rectangle2 . scale_height = 1 ...

    docs.aspose.com/3d/de/python-net/capture-the-vi...
  8. Создание миниатюр фигур презентации в .NET|Доку...

    Создавайте миниатюры фигур высокого качества из слайдов PowerPoint с помощью Aspose.Slides для .NET — легко создавайте и экспортируйте миниатюры презентаций.... Shape ; float scale = 1 ; // Масштабирование по...bounds , scale , scale )) { image . Save ( "Scaling Factor Thumbnail_out...

    docs.aspose.com/slides/ru/net/create-shape-thum...
  9. Установка параметров страницы в Jython|Document...

    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.... scaling () def page_orientation ( dataDir...check the output file." def scaling ( dataDir ): dataDir = Settings...

    docs.aspose.com/cells/ru/java/setting-page-opti...
  10. Convert PowerPoint Slides to Images in Python|A...

    Learn how to convert PowerPoint and OpenDocument slides into various formats using Aspose.Slides for Python via .NET. Easily export PPTX and ODP slides to BMP, PNG, JPEG, TIFF, and more with high-quality results....slides as slides scale_x = 2 scale_y = scale_x with slides . Presentation...get_image ( options , scale_x , scale_y ) as image : # Save the...

    docs.aspose.com/slides/python-net/convert-slide/