defaultZoomOrigin Property

Summary

Default zoom origin of this item.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerItem.prototype, 'defaultZoomOrigin', 
	get: function() 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly