convertRect Method

Summary

Converts a LeadRectD from one coordinates to the other.

Syntax

JavaScript Syntax
ImageViewer.prototype.convertRect = function(item, fromType, toType, rect) 
TypeScript Syntax
convertRect(item: ImageViewerItem, fromType: ImageViewerCoordinateType, toType: ImageViewerCoordinateType, rect: LeadRectD): LeadRectD; 

Parameters

item

The reference item. This value can be null.

fromType

Original coordinates of rect.

toType

Desired target coordinates.

rect

The rectangle to convert.

Return Value

The converted rectangle

Remarks

For information on the various conversion types, refer to ConvertPoints.

For more information refer to Image Viewer Layouts, Image Viewer Appearance, Image Viewer Items, Image Viewer Transformation, and Image Viewer Bounds and Transform.

Example

For an example, refer to ConvertPoint.

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.Controls Assembly