Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 7,176 for

rotation

(0.09 sec)
  1. Как работает SVG viewBox? – Руководство Aspose.SVG

    Узнайте с Aspose.SVG, что такое viewbox и как его можно использовать для масштабирования и обрезки изображений SVG....height = "56" transform = "rotate(90 125 128)" /> 6 < rect x...height = "56" transform = "rotate(-45 125 128)" /> 7 < rect x...

    docs.aspose.com/svg/ru/net/drawing-basics/svg-v...
  2. Aspose.PSD cho Java 21.5 - Ghi chú phát hành|Do...

    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....TYPE_GENERAL_ROTATION F:com.aspose.psd.Matrix.TYPE_GENERAL_SCALE...aspose.psd.Matrix.TYPE_MASK_ROTATION F:com.aspose.psd.Matrix.TYPE_MASK_SCALE...

    docs.aspose.com/psd/vi/java/aspose-psd-cho-java...
  3. テキストと画像スタンプの追加|Aspose.PDF for Java

    このセクションでは、PdfFileStampクラスを使用してcom.aspose.pdf.facadesでテキストと画像スタンプを追加する方法を説明します。...other attributes like origin, rotation, background etc. 他の属性(原点、回転、背景など)を設定できます。...other attributes like origin, rotation, background etc. using Stamp...

    docs.aspose.com/pdf/ja/java/add-text-and-image-...
  4. Aspose.PSD for Java 21.5 - 发布说明|Documentation

    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....TYPE_GENERAL_ROTATION F:com.aspose.psd.Matrix.TYPE_GENERAL_SCALE...aspose.psd.Matrix.TYPE_MASK_ROTATION F:com.aspose.psd.Matrix.TYPE_MASK_SCALE...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  5. 画像の切り取り、回転、リサイズ|Documentation

    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....Rotateメソッドが公開されています。RasterImage.R...RotateFlipメソッドと異なり、RasterImage.Rotateメソッドは以下の3つのパラメータを受け入れます。 回転...

    docs.aspose.com/psd/ja/java/crop-rotate-and-res...
  6. Chercher

    chercher...redimensionnement automatique, la rotation automatique, etc. Créez une...auto_resize = True viewer.auto_rotate = True viewer.print_page_dialog...

    blog.aspose.com/fr/pdf/print-pdf-in-python/
  7. 档案

    档案...中使用预处理过滤器进行手动倾斜校正 # 我们还可以通过使用 Rotate 预处理过滤器将图像旋转到指定的度数来手动定义倾斜角度。...PreprocessingFilter 类的对象。 然后,添加 Rotate() 过滤器。 同时,创建 RecognitionSettings...

    blog.aspose.com/zh/ocr/skew-correction-in-image...
  8. Конвертировать SVG в JPG – Aspose.HTML for Java

    Конвертируйте SVG в JPG с Aspose.HTML for Java. Рассмотрите различные сценарии преобразования SVG в JPG и узнайте, как настроить вывод с ImageSaveOptions....width='200' height='56' transform ='rotate(90 200 128)' />" + 9 " <rect...width='200' height='56' transform ='rotate(-45 200 128)' />" + 10 " <rect...

    docs.aspose.com/html/ru/java/convert-svg-to-jpg/
  9. Convert SVG to JPG – Aspose.HTML for Java

    Convert SVG to JPG using Aspose.HTML for Java. Consider various SVG to JPG conversion scenarios and learn how to customize output using ImageSaveOptions....width='200' height='56' transform ='rotate(90 200 128)' />" + 9 " <rect...width='200' height='56' transform ='rotate(-45 200 128)' />" + 10 " <rect...

    docs.aspose.com/html/java/convert-svg-to-jpg/
  10. SVG 转换 – SVG Transformations – C# 示例

    了解如何在 C# 中旋转 SVG、缩放 SVG 以及平移 SVG。考虑 SVG 转换的代码示例。...换 SVG 对象:translate, scale, rotate, skewX, skewY 和 matrix。使用 ...旋转的 C# 示例。考虑在 transform 属性中使用 rotate() 函数以及变换矩阵 matrix(a,b,c,d,e...

    docs.aspose.com/svg/zh/net/svg-transformations/