C#
VB
Java
WinRT C#
C++
Rotates the AnnTextPointerObject around the specified point by the specified number of degrees.
public override void Rotate(
double angle,
LeadPointD origin
)
Public Overrides Sub Rotate( _
ByVal angle As Double, _
ByVal origin As Leadtools.LeadPointD _
)
public override void Rotate(
double angle,
Leadtools.LeadPointD origin
)
function Leadtools.Annotations.Core.AnnTextPointerObject.Rotate(
angle ,
origin
)
public:
virtual void Rotate(
double angle,
LeadPointD^ origin
) override
angle
A double value that represents 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