←Select platform

RotateRect Method

Summary
Rotates the input Leadtools.LeadRectD using the specified angle.
Syntax
C#
VB
Objective-C
C++
Java
public static LeadRectD RotateRect( 
   LeadRectD rect, 
   double angle 
) 
Public Shared Function RotateRect( _ 
   ByVal rect As LeadRectD, _ 
   ByVal angle As Double _ 
) As LeadRectD 
+(LeadRectD) rotateRect:(LeadRectD) rect  
                  angle:(double) angle; 
public static LeadRectD rotateRect( 
   LeadRectD rect, 
   double angle 
) 
public:  
   static LeadRectD^ RotateRect( 
      LeadRectD^ rect, 
      double 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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