public static LeadPointD RotatePointAt(
LeadPointD point,
double angle,
double centerX,
double centerY
)
Public Shared Function RotatePointAt( _
ByVal point As LeadPointD, _
ByVal angle As Double, _
ByVal centerX As Double, _
ByVal centerY As Double _
) As LeadPointD
+(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
)
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document