origin Property

Summary

Origin of the item.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItem.prototype, 'origin', 
	get: function() 
) 
TypeScript Syntax
origin: LeadPointD; // read-only 

Property Value

The origin of the item. Default value is the center of the image.

Remarks

This value is used by Scale to determine the center of the scale operation. Default value is to scale around the image center and is equal to DefaultZoomOrigin.

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