←Select platform

Rotate Method

Summary

Overrides AnnObject.Rotate.

Syntax

C#
VB
C++
public override void Rotate( 
   double angle, 
   Point origin 
) 
  
Public Overrides Sub Rotate( _ 
   ByVal angle As Double, _ 
   ByVal origin As Point _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Annotations Assembly