Rotates the input LeadPointD values using the specified angle and center point.
static rotateAtPoints(points: LeadPointD[], angle: number, centerX: number, centerY: number): LeadPointD[];
points
The LeadPointD array to be rotated.
angle
The angle to rotate the 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 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