Rotates the input Leadtools.LeadPointD using the specified angle and center point.
public static LeadPointD RotatePointAt(
LeadPointD point,
double angle,
double centerX,
double centerY
)
Public Shared Function RotatePointAt( _
ByVal point As Leadtools.LeadPointD, _
ByVal angle As Double, _
ByVal centerX As Double, _
ByVal centerY As Double _
) As Leadtools.LeadPointD
public static Leadtools.LeadPointD RotatePointAt(
Leadtools.LeadPointD point,
double angle,
double centerX,
double centerY
)
+(LeadPointD) rotatePoint:(LeadPointD) pt
angle:(double) angle
centerX:(double) cx
centerY:(double) cy;
public static LeadPointD rotatePointAt(
LeadPointD point,
double angle,
double centerX,
double centerY
)
function Leadtools.Annotations.Core.AnnTransformer.RotatePointAt(
point ,
angle ,
centerX ,
centerY
)
public:
static LeadPointD^ RotatePointAt(
LeadPointD^ point,
double angle,
double centerX,
double centerY
)
point
The Leadtools.LeadPointD to be rotated.
angle
The angle to rotate the Leadtools.LeadPointD.
centerX
A value representing the center point of rotation on the x-axis.
centerY
A value representing the center point of rotation on the y-axis.
The rotated Leadtools.LeadPointD.
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