←Select platform

Rotate Method

Summary

Rotates the transformation matrix of this AnnGroupObject object around a point.

Syntax

C#
VB
C++
public override void Rotate( 
   float angle, 
   AnnPoint origin 
) 
  
Public Overrides Sub Rotate( _ 
   ByVal angle As Single, _ 
   ByVal origin As Leadtools.Annotations.AnnPoint _ 
)  
public: 
void Rotate(  
   float angle, 
   Leadtools.Annotations.AnnPoint origin 
) override  

Parameters

angle
The angle of rotation in degrees.

origin
An AnnPoint structure that represents the center of the rotation.

Remarks

The AnnGroupObject will rotate all objects in the group. For more information, refer to AnnObject.Rotate.

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 Assembly