←Select platform

RotateViewPerspective Method

Summary

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

Syntax
C#
VB
C++
public static RasterViewPerspective RotateViewPerspective( 
   RasterViewPerspective value, 
   int angle 
) 
Public Shared Function RotateViewPerspective( 
   ByVal value As RasterViewPerspective, 
   ByVal angle As Integer 
) As RasterViewPerspective 
public:  
   static RasterViewPerspective^ RotateViewPerspective( 
      RasterViewPerspective^ value, 
      Int32 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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