LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

Rotate Method (AnnGroupObject)

Show in webframe





The angle (extent) of the rotation in degrees.
A System.Windows.Point structure that represents the center of the rotation.
Overrides AnnObject.Rotate.
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:
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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.