rotatePointAt Method

Summary

Rotates the input LeadPointD using the specified angle and center point.

Syntax

JavaScript Syntax
rotatePointAt = function(point, angle, centerX, centerY) 
TypeScript Syntax
static rotatePointAt(point: LeadPointD, angle: number, centerX: number, centerY: number): LeadPointD; 

Parameters

point

The LeadPointD to be rotated.

angle

The angle to rotate the 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.

Return Value

The rotated LeadPointD.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly