Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 10,517 for

scaling

(0.16 sec)
  1. PPT, PPTX und ODP in JPG mit Python konvertiere...

    Erfahren Sie, wie Sie Ihre Folien aus PowerPoint- und OpenDocument-Präsentationen mit nur wenigen Codezeilen in Python in hochwertige JPEG-Bilder umwandeln. Optimieren Sie Präsentationen für die Webnutzung, das Teilen und die Archivierung. Lesen Sie jetzt den vollständigen Leitfaden!...get_image(scale_x, scale_y) . Rufen Sie die Methode...slides as slides scale_x = 1 scale_y = scale_x with slides . Presentation...

    docs.aspose.com/slides/de/python-net/convert-po...
  2. Géométries d'échelle d'une scène 3D|Documentation

    Les développeurs ne peuvent mettre à l'échelle que les géométries d'un nœud 3D ou de tous les nœuds de la scène 3D. Pour ce faire, les développeurs peuvent appeler plusieurs membres Scale de l'instance de classe PolygonModifier....peuvent appeler plusieurs membres Scale de l’instance de la classe PolygonModifier...aspose.threed import Scene # scale the model in huge-scene.obj...

    docs.aspose.com/3d/fr/python-net/scale-geometri...
  3. NodeRendererBase.getOpaqueBoundsInPixels2 metho...

    Aspose.Words.Rendering.NodeRendererBase.getOpaqueBoundsInPixels2 method...Hide ] getOpaqueBoundsInPix(scale, dpi) Calculates the opaque...resolution. getOpaqueBoundsInPix ( scale : number , dpi : number ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. AxisBound.ValueAsDate | Aspose.Words لـ .NET

    اكتشف خاصية AxisBound ValueAsDate، التي تقوم بإرجاع القيم المرتبطة بالمحور بكفاءة كتاريخ ووقت لتحسين تصور البيانات وتحليلها.... Scaling . Minimum . IsAuto ); //يمكننا...0 إلى 10. chart . AxisX . Scaling . Minimum = new AxisBound (...

    reference.aspose.com/words/ar/net/aspose.words....
  5. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render document pages into Graphics objects at your desired scale for optimal visual results....Graphics object to a specified scale. public SizeF RenderToScale... float x , float y , float scale ) Parameter Type Description...

    reference.aspose.com/words/net/aspose.words/doc...
  6. أشكال هندسية بمقياس لمشهد 3D|Documentation

    يمكن للمطورين قياس الأشكال الهندسي فقط بعقدة 3D أو جميع عُقد مشهد 3D. من أجل تحقيق ذلك ، يمكن للمطورين استدعاء أعضاء نطاق متعددة من مثيل فئة PolygonModifier....العقد أو عقدة واحدة: C# // scale the model in huge-scene.obj...CreateChildNode ( "box" , new Box ()); // scale geometries of a single node...

    docs.aspose.com/3d/ar/net/scale-geometries-of-a...
  7. モダン API を使用した画像処理の強化|Aspose.Slides for Python ド...

    レガシーな画像処理 API を Python のモダン API に置き換えて、PowerPoint および OpenDocument の自動化をシームレスに行えるように、スライド画像処理を近代化します。...ns, scale_x, scale_y) get_images(options, scale_x, scale_y) ...slides, scale_x, scale_y) get_images(options, slides, scale_x, scale_y)...

    docs.aspose.com/slides/ja/python-net/modern-api/
  8. NodeRendererBase.getBoundsInPixels2 method | As...

    Aspose.Words.Rendering.NodeRendererBase.getBoundsInPixels2 method...[ Hide ] getBoundsInPixels2(scale, dpi) Calculates the bounds...resolution. getBoundsInPixels2 ( scale : number , dpi : number ) Parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. AxisBound.ValueAsDate | Aspose.Words för .NET

    Upptäck egenskapen AxisBound ValueAsDate, som effektivt returnerar axelbundna värden som datum och tid för förbättrad datavisualisering och analys.... Scaling . Minimum . IsAuto ); // Vi...linjaler. chart . AxisX . Scaling . Minimum = new AxisBound (...

    reference.aspose.com/words/sv/net/aspose.words....
  10. PPT中箭头虚线在导出图片的时候会变成实线 - Free Support Forum - as...

    产品和版本:Aspose.Slides for Python via. NET (Version: 25.7.0) 编程语言和版本: Python 3.8 部署环境: Ubuntu 20.04.6 LTS 代码片段: def convert_to_jpg(...): ... with slides_module.Presentation(ppt_path) as presentation: for i…...scale, self.scale) jpg_filename = f"{ba...slides[0].get_thumbnail(scale, scale) thumb.save("output.png"...

    forum.aspose.com/t/ppt/322437