Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 17,231 for

rotate

(0.08 sec)
  1. Fixup | Aspose.PDF for Python via .NET API Refe...

    This enum represents an type of Fixup.... ROTATE_PAGES_TO_LANDSCAPE Rotate all pages to landscape...by 90 degrees. ROTATE_PAGES_TO_PORTRAIT Rotate all pages to portrait...

    reference.aspose.com/pdf/python-net/aspose.pdf/...
  2. RotateFlip | Aspose.Imaging for .NET API Reference

    RotateFlip EpsImage.RotateFlip method Rotates, flips, or Rotates and flips the image. public override void RotateFlip......RotateFlip method Rotates, flips, or rotates and flips the image...RotateFlipType Type of the rotate flip. Exceptions exception...

    reference.aspose.com/imaging/net/aspose.imaging...
  3. Rotating Shapes in PHP|Aspose.Slides 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....Rotating Shapes in PHP Contents [ Hide ] Aspose.Slides - Rotating...Rotating Shapes To Rotate Shapes using Aspose.Slides Java for PHP...

    docs.aspose.com/slides/java/rotating-shapes-in-...
  4. Enum ChartTextDirectionType | Aspose.Cells for ...

    Aspose.Cells.Charts.ChartTextDirectionType enum. Represents the text direction type of the chart... Rotate90 2 Rotate 90 angle. Rotate270 3 Rotate 270 angle. Stacked...

    reference.aspose.com/cells/net/aspose.cells.cha...
  5. index.xml

    2.0 http://www.w3.org/2005/Atom Documentation – Повернуть фигуру на подходящий угол в Ruby https://docs.aspose.com/diagram/ru/java/Rotate-a-shape-with-suitable-angle-in-ruby/ Recent content in Пове......com/diagram/ru/java/rotate-a-shape-with-suitable-angle-in-ruby/...aspose.com/diagram/ru/java/rotate-a-shape-with-suitable-angle-in-ruby/index...

    docs.aspose.com/diagram/ru/java/rotate-a-shape-...
  6. Rotate | Aspose.CAD for .NET API 参考

    围绕中心旋转图像...Rotate RasterImage.Rotate method 围绕中心旋转图像。 public abstract void...void Rotate ( float angle , bool resizeProportionally , Color...

    reference.aspose.com/cad/zh/net/aspose.cad/rast...
  7. Aspose.3D for .NET 17.7 Release Notes|Documenta...

    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..../// <summary> /// Create a rotation matrix from euler angle ///...</summary> /// <param name="eul">Rotation in radian</param> /// <returns></returns>...

    docs.aspose.com/3d/net/aspose-3d-for-net-17-7-r...
  8. ShapeBase.rotation property | Aspose.Words for ...

    ShapeBase.rotation property. Defines the angle (in degrees) that a shape is Rotated...rotation property ShapeBase.rotation property Defines the angle...(in degrees) that a shape is rotated. Positive value corresponds...

    reference.aspose.com/words/python-net/aspose.wo...
  9. PlaceFlip | Aspose.Diagram for Java API Reference

    Specifies how placeable shapes flip and/or Rotate on a page when shapes are laid out using the Lay Out Shapes command in Microsoft Visio....placeable shapes flip and/or rotate on a page when shapes are laid...placeable shapes flip and/or rotate on a page when shapes are laid...

    reference.aspose.com/diagram/java/com.aspose.di...
  10. 旋转 SVG – C# 示例

    SVG 旋转的 C# 示例。考虑在变换属性和变换矩阵中使用旋转函数的情况。...考虑在 transform 属性中使用 rotate() 函数以及变换矩阵 matrix(a,b,c,d,e...代码片段演示了如何创建 SVG <rect> 元素、设置其属性,并使用rotate() 函数对 transform 属性应用转换。 创建...

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