rotateRect Method

Summary

Rotates the input LeadRectD using the specified angle.

Syntax

JavaScript Syntax
rotateRect = function(rect, angle) 
TypeScript Syntax
static rotateRect(rect: LeadRectD, angle: number): LeadRectD; 

Parameters

rect

The LeadRectD to be rotated.

angle

The angle to rotate the LeadRectD.

Return Value

The rotated LeadRectD.

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