defaultZoomOrigin Property

Summary

Default zoom origin of this item.

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

Property Value

The default zoom origin of this item. Default value is the center of the image.

Remarks

This value can be passed to Zoom to perform the operation around the center of the image. The default value is the center of the image (ImageSize.Width / 2, ImageSize.Height / 2).

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly