LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

Rotate Method (AnnGroupObject)






The angle (extent) of the rotation in degrees.
A System.Windows.Point structure that represents the center of the rotation.
Overrides AnnObject.Rotate. .NET support Silverlight support
Syntax
public override void Rotate( 
   double angle,
   Point origin
)
'Declaration
 
Public Overrides Sub Rotate( _
   ByVal angle As Double, _
   ByVal origin As Point _
) 
'Usage
 
Dim instance As AnnGroupObject
Dim angle As Double
Dim origin As Point
 
instance.Rotate(angle, origin)
public override void Rotate( 
   double angle,
   Point origin
)
 function Leadtools.Windows.Annotations.AnnGroupObject.Rotate( 
   angle ,
   origin 
)
public:
void Rotate( 
   double angle,
   Point origin
) override 

Parameters

angle
The angle (extent) of the rotation in degrees.
origin
A System.Windows.Point structure that represents the center of the rotation.
Remarks

Refer to AnnObject.Rotate for more information and an example.

Example

For C#/VB examples, refer to AnnObject.Rotate.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.