←Select platform

RotateViewPerspective Method

Summary

Helper method to rotate a view perspective by the specified value.

Syntax
C#
C++/CLI
Python
public static RasterViewPerspective RotateViewPerspective( 
   RasterViewPerspective value, 
   int angle 
) 
public:  
   static RasterViewPerspective^ RotateViewPerspective( 
      RasterViewPerspective^ value, 
      Int32 angle 
   ) 
def RotateViewPerspective(self,value,angle): 

Parameters

value

Original view perspective.

angle

Rotation angle in degrees. Positive values will rotate the view perspective clockwise and negative values will rotate the view perspective counter-clockwise. Must be in increment of 90 degrees.

Return Value

Rotate view perspective.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.