C#
VB
Java
Objective-C
WinRT C#
C++
Rotates the AnnObject around a point.
public virtual void Rotate(
double angle,
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;
function Leadtools.Annotations.Core.AnnObject.Rotate(
angle ,
origin
)
public:
virtual void Rotate(
double angle,
LeadPointD^ origin
)
angle
The angle (extent) of the rotation in degrees.
origin
A Leadtools.LeadPointD object that represents the center of the rotation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET