←Select platform

RotateRect Method

Summary

Rotates the input Leadtools.LeadRectD using the specified angle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static LeadRectD RotateRect( 
   LeadRectD rect, 
   double angle 
) 
Public Shared Function RotateRect( _ 
   ByVal rect As Leadtools.LeadRectD, _ 
   ByVal angle As Double _ 
) As Leadtools.LeadRectD 
public static Leadtools.LeadRectD RotateRect(  
   Leadtools.LeadRectD rect, 
   double angle 
) 
+(LeadRectD) rotateRect:(LeadRectD) rect  
                  angle:(double) angle; 
             
public static LeadRectD rotateRect( 
   LeadRectD rect, 
   double angle 
) 
             
 function Leadtools.Annotations.Core.AnnTransformer.RotateRect(  
   rect , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly