←Select platform

Rotate Method (AnnObject)

Summary

Rotates the AnnObject around a point.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public virtual void Rotate(  
   double angle, 
   Leadtools.LeadPointD origin 
) 
Public Overridable Sub Rotate( _ 
   ByVal angle As Double, _ 
   ByVal origin As Leadtools.LeadPointD _ 
) 
public virtual void Rotate(  
   double angle, 
   Leadtools.LeadPointD origin 
) 
-(void) rotateWithAngle:(double)angle 
                atPoint:(LeadPointD)ptOrg; 
public void rotate( 
   double angle, 
   LeadPointD origin 
) 
function Leadtools.Annotations.Core.AnnObject.Rotate(  
   angle , 
   origin  
) 

Parameters

angle
The angle (extent) of the rotation in degrees.

origin
A Leadtools.LeadPointD object that represents the center of the rotation.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize