←Select platform

RotateRect Method

Summary
Rotates the input Leadtools.LeadRectD using the specified angle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadRectD RotateRect( 
   LeadRectD rect, 
   double angle 
) 
+(LeadRectD) rotateRect:(LeadRectD) rect  
                  angle:(double) angle; 
public static LeadRectD rotateRect( 
   LeadRectD rect, 
   double angle 
) 
public:  
   static LeadRectD^ RotateRect( 
      LeadRectD^ rect, 
      double angle 
   ) 
def RotateRect(self,rect,angle): 

Parameters

rect
The Leadtools.LeadRectD to be rotated.

angle
The angle to rotate the Leadtools.LeadRectD.

Return Value

The rotated Leadtools.LeadRectD.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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