←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly