Rotates the input Leadtools.LeadPointD values using the specified angle and center point.
public static LeadPointD[] RotateAtPoints(
LeadPointD[] points,
double angle,
double centerX,
double centerY
)
Public Shared Function RotateAtPoints( _
ByVal points() As Leadtools.LeadPointD, _
ByVal angle As Double, _
ByVal centerX As Double, _
ByVal centerY As Double _
) As Leadtools.LeadPointD()
public static [Leadtools.LeadPointD[]](../l/leadpointd.md) RotateAtPoints(
Leadtools.LeadPointD[] points,
double angle,
double centerX,
double centerY
)
+(LTLeadPointCollection*) rotateAtPoints:(LTLeadPointCollection*) points
angle:(double) angle
centerX:(double) centerX;
centerY:(double) centerY;
public static LeadPointD[] rotateAtPoints(
LeadPointD[] points,
double angle,
double centerX,
double centerY
)
function Leadtools.Annotations.Core.AnnTransformer.RotateAtPoints(
points ,
angle ,
centerX ,
centerY
)
public:
static array<LeadPointD^>^ RotateAtPoints(
array<LeadPointD^>^ points,
double angle,
double centerX,
double centerY
)
points
The Leadtools.LeadPointD array to be rotated.
angle
The angle to rotate the Leadtools.LeadPointD values.
centerX
The value representing the center point of rotation on the x-axis.
centerY
The value representing the center point of rotation on the y-axis.
The rotated Leadtools.LeadPointD array.
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